build.gradle 192 B

1234567
  1. dependencies {
  2. compile "org.springframework:spring-web"
  3. compile "org.springframework:spring-context"
  4. compile "$fastjson"
  5. compile "$commonscodec"
  6. testCompile "junit:junit"
  7. }