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