Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.tobato |
ArtifactId | ArtifactIdfastdfs-client |
Version | Version1.26.5 |
Type | Typejar |
Filename | Size |
---|---|
fastdfs-client-1.26.5.pom | |
fastdfs-client-1.26.5.jar | 130 KB |
fastdfs-client-1.26.5-sources.jar | 91 KB |
fastdfs-client-1.26.5-javadoc.jar | 645 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tobato/fastdfs-client/ -->
<dependency>
<groupId>com.github.tobato</groupId>
<artifactId>fastdfs-client</artifactId>
<version>1.26.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tobato/fastdfs-client/
implementation 'com.github.tobato:fastdfs-client:1.26.5'
// https://jarcasting.com/artifacts/com.github.tobato/fastdfs-client/
implementation ("com.github.tobato:fastdfs-client:1.26.5")
'com.github.tobato:fastdfs-client:jar:1.26.5'
<dependency org="com.github.tobato" name="fastdfs-client" rev="1.26.5">
<artifact name="fastdfs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tobato', module='fastdfs-client', version='1.26.5')
)
libraryDependencies += "com.github.tobato" % "fastdfs-client" % "1.26.5"
[com.github.tobato/fastdfs-client "1.26.5"]