build.gradle 246 B

12345678910
  1. description = "maxkey-entity"
  2. dependencies {
  3. implementation project(":maxkey-commons:maxkey-common")
  4. implementation project(":maxkey-commons:maxkey-crypto")
  5. //local jars
  6. implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
  7. }