is not current version
Last Version 1.1.1

top.jfunc.dfs:fastdfs-client 1.0

fastdfs java client

Categories

Categories

CLI User Interface
GroupId

GroupId

top.jfunc.dfs
ArtifactId

ArtifactId

fastdfs-client
Version

Version

1.0
Type

Type

jar

Download fastdfs-client 1.0


<!-- https://jarcasting.com/artifacts/top.jfunc.dfs/fastdfs-client/ -->
<dependency>
    <groupId>top.jfunc.dfs</groupId>
    <artifactId>fastdfs-client</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.dfs/fastdfs-client/
implementation 'top.jfunc.dfs:fastdfs-client:1.0'
// https://jarcasting.com/artifacts/top.jfunc.dfs/fastdfs-client/
implementation ("top.jfunc.dfs:fastdfs-client:1.0")
'top.jfunc.dfs:fastdfs-client:jar:1.0'
<dependency org="top.jfunc.dfs" name="fastdfs-client" rev="1.0">
  <artifact name="fastdfs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.dfs', module='fastdfs-client', version='1.0')
)
libraryDependencies += "top.jfunc.dfs" % "fastdfs-client" % "1.0"
[top.jfunc.dfs/fastdfs-client "1.0"]