build.gradle 560 B

1234567891011121314151617
  1. description = "maxkey-protocol-extendapi"
  2. dependencies {
  3. //local jars
  4. implementation fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
  5. implementation project(":maxkey-commons:maxkey-common")
  6. implementation project(":maxkey-commons:maxkey-core")
  7. implementation project(":maxkey-commons:maxkey-crypto")
  8. implementation project(":maxkey-entity")
  9. implementation project(":maxkey-persistence")
  10. implementation project(":maxkey-protocols:maxkey-protocol-authorize")
  11. implementation project(":maxkey-authentications:maxkey-authentication-core")
  12. }