f

fastdfs-client

基于yuqih发布的代码与fastdfs-client 官方1.26版本的重构
https://github.com/tobato/FastDFS_Client
The GNU Lesser General Public License, version 3.0
tobato
文件下载
文件名 操作
fastdfs-client-1.27.2.jar 下载
fastdfs-client-1.27.2.pom 下载
fastdfs-client-1.27.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.tobato</groupId>
  <artifactId>fastdfs-client</artifactId>
  <version>1.27.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.tobato:fastdfs-client:1.27.2'
Gradle Kotlin
implementation("com.github.tobato:fastdfs-client:1.27.2")
Scala SBT
libraryDependencies += "com.github.tobato" % "fastdfs-client" % "1.27.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tobato', module='fastdfs-client', version='1.27.2')
)
Apache Ivy
<dependency org="com.github.tobato" name="fastdfs-client" rev="1.27.2" />
Leiningen
[com.github.tobato/fastdfs-client "1.27.2"]
Apache Buildr
'com.github.tobato:fastdfs-client:jar:1.27.2'