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