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