build.gradle 558 B

12345678910111213141516
  1. buildscript {
  2. }
  3. dependencies {
  4. compile("com.google.code.findbugs:jsr305:$jsr305Version")
  5. compile("joda-time:joda-time:$jodaTimeVersion")
  6. compile("commons-codec:commons-codec:$commonsCodecVersion")
  7. compile("org.apache.commons:commons-lang3:$commonsLang3Version")
  8. compile("com.google.guava:guava:$guavaVersion")
  9. compile 'com.alibaba:fastjson:1.2.17'
  10. //compile 'org.apache.commons:commons-lang3:3.4'
  11. compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.3'
  12. //compile 'com.google.guava:guava:19.0'
  13. }