2
0

build.gradle 312 B

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