| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdcom.github.chrislusf | 
| ArtifactId | ArtifactIdseaweedfs-hadoop-client | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
<!-- https://jarcasting.com/artifacts/com.github.chrislusf/seaweedfs-hadoop-client/ -->
<dependency>
    <groupId>com.github.chrislusf</groupId>
    <artifactId>seaweedfs-hadoop-client</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.chrislusf/seaweedfs-hadoop-client/
implementation 'com.github.chrislusf:seaweedfs-hadoop-client:1.1.0'// https://jarcasting.com/artifacts/com.github.chrislusf/seaweedfs-hadoop-client/
implementation ("com.github.chrislusf:seaweedfs-hadoop-client:1.1.0")'com.github.chrislusf:seaweedfs-hadoop-client:jar:1.1.0'<dependency org="com.github.chrislusf" name="seaweedfs-hadoop-client" rev="1.1.0">
  <artifact name="seaweedfs-hadoop-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.chrislusf', module='seaweedfs-hadoop-client', version='1.1.0')
)libraryDependencies += "com.github.chrislusf" % "seaweedfs-hadoop-client" % "1.1.0"[com.github.chrislusf/seaweedfs-hadoop-client "1.1.0"]