| License | License | 
|---|---|
| Categories | CategoriesJava Languages CLI User Interface | 
| GroupId | GroupIdcom.taoyuanx | 
| ArtifactId | ArtifactIdfastdfs-client-java | 
| Last Version | Last Version1.29-RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionfastdfs-client-java fastdfs client for java | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/com.taoyuanx/fastdfs-client-java/ -->
<dependency>
    <groupId>com.taoyuanx</groupId>
    <artifactId>fastdfs-client-java</artifactId>
    <version>1.29-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.taoyuanx/fastdfs-client-java/
implementation 'com.taoyuanx:fastdfs-client-java:1.29-RELEASE'// https://jarcasting.com/artifacts/com.taoyuanx/fastdfs-client-java/
implementation ("com.taoyuanx:fastdfs-client-java:1.29-RELEASE")'com.taoyuanx:fastdfs-client-java:jar:1.29-RELEASE'<dependency org="com.taoyuanx" name="fastdfs-client-java" rev="1.29-RELEASE">
  <artifact name="fastdfs-client-java" type="jar" />
</dependency>@Grapes(
@Grab(group='com.taoyuanx', module='fastdfs-client-java', version='1.29-RELEASE')
)libraryDependencies += "com.taoyuanx" % "fastdfs-client-java" % "1.29-RELEASE"[com.taoyuanx/fastdfs-client-java "1.29-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.26 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |