Skip to content

dexuby/seaweedfs-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example usage:

final SeaweedfsClient client = new SeaweedfsClient("http://localhost:9333");
this.client.assign().thenAccept((assignResult) -> {
    ...
});
<repositories>
    <repository>
        <id>jitpack.io</id>
	<url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.dexuby</groupId>
    <artifactId>seaweedfs-client</artifactId>
    <version>...</version>
</dependency>