build.gradle 163 B

123456
  1. dependencies {
  2. compile "org.springframework:spring-context"
  3. compile "$fastjson"
  4. compile "com.dingtalk:dingtalk-sdk:1.0"
  5. testCompile "junit:junit"
  6. }