maxkey-starter:maxkey-starter-captcha maxkey-starter:maxkey-starter-ip2location maxkey-starter:maxkey-starter-otp maxkey-starter:maxkey-starter-sms maxkey-starter:maxkey-starter-web
13 lines
271 B
Groovy
13 lines
271 B
Groovy
|
|
description = "maxkey-starter-web"
|
|
|
|
|
|
dependencies {
|
|
//local jars
|
|
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
|
|
|
implementation project(":maxkey-common")
|
|
implementation project(":maxkey-core")
|
|
implementation project(":maxkey-persistence")
|
|
|
|
} |