Files
MaxKey/maxkey-authentications/maxkey-authentication-captcha/build.gradle

11 lines
319 B
Groovy
Raw Normal View History

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
}