mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 08:59:10 +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')
|
|
|
|
} |