mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 08:59:10 +08:00
12 lines
249 B
Groovy
12 lines
249 B
Groovy
|
|
description = "maxkey-starter-ip2location"
|
|
|
|
|
|
dependencies {
|
|
//local jars
|
|
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
|
|
|
implementation project(":maxkey-commons:maxkey-common")
|
|
implementation project(":maxkey-entity")
|
|
|
|
} |