1234567891011121314 |
- description = "maxkey-starter-captcha"
- dependencies {
- implementation project(":maxkey-commons:maxkey-cache")
- implementation project(":maxkey-commons:maxkey-common")
- implementation project(":maxkey-commons:maxkey-crypto")
-
- implementation project(":maxkey-entity")
- implementation project(":maxkey-authentications:maxkey-authentication-core")
- //local jars
- implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
- }
|