build.gradle 450 B

1234567891011121314
  1. description = "maxkey-starter-captcha"
  2. dependencies {
  3. implementation project(":maxkey-commons:maxkey-cache")
  4. implementation project(":maxkey-commons:maxkey-common")
  5. implementation project(":maxkey-commons:maxkey-crypto")
  6. implementation project(":maxkey-entity")
  7. implementation project(":maxkey-authentications:maxkey-authentication-core")
  8. //local jars
  9. implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
  10. }