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

9 lines
132 B
Groovy

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