Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.chrislusf |
ArtifactId | ArtifactIdseaweedfs-client |
Version | Version1.4.4 |
Type | Typejar |
Filename | Size |
---|---|
seaweedfs-client-1.4.4.pom | |
seaweedfs-client-1.4.4.jar | 510 KB |
seaweedfs-client-1.4.4-sources.jar | 101 KB |
seaweedfs-client-1.4.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrislusf/seaweedfs-client/ -->
<dependency>
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrislusf/seaweedfs-client/
implementation 'com.github.chrislusf:seaweedfs-client:1.4.4'
// https://jarcasting.com/artifacts/com.github.chrislusf/seaweedfs-client/
implementation ("com.github.chrislusf:seaweedfs-client:1.4.4")
'com.github.chrislusf:seaweedfs-client:jar:1.4.4'
<dependency org="com.github.chrislusf" name="seaweedfs-client" rev="1.4.4">
<artifact name="seaweedfs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrislusf', module='seaweedfs-client', version='1.4.4')
)
libraryDependencies += "com.github.chrislusf" % "seaweedfs-client" % "1.4.4"
[com.github.chrislusf/seaweedfs-client "1.4.4"]