mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
10 lines
498 B
Groovy
10 lines
498 B
Groovy
description = "maxkey-client-sdk"
|
|
|
|
dependencies {
|
|
compile fileTree(dir: '../maxkey-lib/log/', include: '*slf4j*.jar')
|
|
compile fileTree(dir: '../maxkey-lib/log/', include: 'log4j*.jar')
|
|
compile fileTree(dir: '../maxkey-lib/apache/', include: 'commons-logging*.jar')
|
|
compile fileTree(dir: '../maxkey-lib/apache/', include: 'commons-codec*.jar')
|
|
compile fileTree(dir: '../maxkey-lib/json/', include: 'gson*.jar')
|
|
compile fileTree(dir: '../maxkey-lib/java/', include: '*.jar')
|
|
} |