MaxKey/maxkey-entity/build.gradle
2025-07-28 16:38:02 +08:00

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')
}