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