mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 04:22:08 +08:00
10 lines
246 B
Groovy
10 lines
246 B
Groovy
description = "maxkey-entity"
|
|
|
|
dependencies {
|
|
implementation project(":maxkey-commons:maxkey-common")
|
|
implementation project(":maxkey-commons:maxkey-crypto")
|
|
|
|
//local jars
|
|
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
|
|
|
|
} |