group 'cn.gygxzc.cloud'
version '1.0'

sourceCompatibility = 1.8

repositories {
    mavenCentral()
}

dependencies {
    testCompile group: 'junit', name: 'junit', version: '4.12'
    // https://mvnrepository.com/artifact/com.github.tobato/fastdfs-client
    compile("com.github.tobato:fastdfs-client:1.26.3")

}