build.gradle 204 B

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