mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated SeaweedFS Java Client (markdown)
parent
bba9814c3c
commit
a04177753b
|
@ -12,13 +12,13 @@ $ mvn install
|
||||||
```
|
```
|
||||||
|
|
||||||
Maven
|
Maven
|
||||||
|
```
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.chrislusf</groupId>
|
<groupId>com.github.chrislusf</groupId>
|
||||||
<artifactId>seaweedfs-client</artifactId>
|
<artifactId>seaweedfs-client</artifactId>
|
||||||
<version>1.6.4</version>
|
<version>1.6.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
```
|
||||||
Or you can download the latest version from MavenCentral
|
Or you can download the latest version from MavenCentral
|
||||||
|
|
||||||
https://mvnrepository.com/artifact/com.github.chrislusf/seaweedfs-client
|
https://mvnrepository.com/artifact/com.github.chrislusf/seaweedfs-client
|
||||||
|
|
Loading…
Reference in a new issue