build.gradle 314 B

123456789101112131415
  1. group 'cn.gygxzc.cloud'
  2. version '1.0'
  3. sourceCompatibility = 1.8
  4. repositories {
  5. mavenCentral()
  6. }
  7. dependencies {
  8. testCompile group: 'junit', name: 'junit', version: '4.12'
  9. // https://mvnrepository.com/artifact/com.github.tobato/fastdfs-client
  10. compile("com.github.tobato:fastdfs-client:1.26.3")
  11. }