build.gradle 249 B

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