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
11 lines
312 B
Groovy
11 lines
312 B
Groovy
|
|
description = "maxkey-starter-captcha"
|
|
|
|
|
|
dependencies {
|
|
implementation project(":maxkey-common")
|
|
implementation project(":maxkey-core")
|
|
implementation project(":maxkey-authentications:maxkey-authentication-core")
|
|
//local jars
|
|
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
|
} |