diff --git a/SeaweedFS-Java-Client.md b/SeaweedFS-Java-Client.md index 4dd048f..9c889ce 100644 --- a/SeaweedFS-Java-Client.md +++ b/SeaweedFS-Java-Client.md @@ -4,6 +4,25 @@ Here is an SeaweedFS Java API implementation refactored out of the existing code https://github.com/chrislusf/seaweedfs/tree/master/other/java/examples/src/main/java/com/seaweedfs/examples +# Build Java Client Jar + +``` +$cd $GOPATH/src/github.com/chrislusf/seaweedfs/other/java/client +$ mvn install +``` + +Maven + + + com.github.chrislusf + seaweedfs-client + 1.6.4 + + +Or you can download the latest version from MavenCentral + +https://mvnrepository.com/artifact/com.github.chrislusf/seaweedfs-client + ## Features Implemented APIs for file system storage. The blob storage APIs is not included.