2021-02-08 21:11:46 +08:00
|
|
|
|
|
|
|
|
description = "maxkey-authentication-captcha"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
2022-04-21 17:06:05 +08:00
|
|
|
implementation project(":maxkey-common")
|
|
|
|
|
implementation project(":maxkey-core")
|
|
|
|
|
implementation project(":maxkey-authentications:maxkey-authentication-core")
|
2021-02-08 21:11:46 +08:00
|
|
|
//local jars
|
2021-11-14 13:25:27 +08:00
|
|
|
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
2021-02-08 21:11:46 +08:00
|
|
|
}
|