1234567891011121314151617 |
- buildscript {
- }
- dependencies {
- compile("com.google.code.findbugs:jsr305:$jsr305Version")
- compile("joda-time:joda-time:$jodaTimeVersion")
- compile("commons-codec:commons-codec:$commonsCodecVersion")
- // compile("org.apache.logging.log4j:log4j-api:$log4jVersion")
- // compile("org.apache.logging.log4j:log4j-core:$log4jVersion")
- compile("org.apache.commons:commons-lang3:$commonsLang3Version")
- compile("com.google.guava:guava:$guavaVersion")
- compile 'com.alibaba:fastjson:1.2.17'
- //compile 'org.apache.commons:commons-lang3:3.4'
- //compile 'commons-codec:commons-codec:1.10'
- compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.3'
- //compile 'com.google.guava:guava:19.0'
- }
|