MaxKey ca90c0ba93 maxkey-entity & maxkey-commons 拆分
maxkey-cache
maxkey-core
maxkey-crypto
maxkey-ldap
2025-07-27 08:36:33 +08:00

11 lines
191 B
Groovy

description = "maxkey-common"
dependencies {
implementation project(":maxkey-commons:maxkey-crypto")
//local jars
implementation fileTree(dir: '../maxkey-lib/', include: '*/*.jar')
}