| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.github.chrislusf |
| ArtifactId | ArtifactIdseaweedfs-hadoop2-client |
| Last Version | Last Version3.13 |
| 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-hadoop2-client/ -->
<dependency>
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-hadoop2-client</artifactId>
<version>3.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrislusf/seaweedfs-hadoop2-client/
implementation 'com.github.chrislusf:seaweedfs-hadoop2-client:3.13'
// https://jarcasting.com/artifacts/com.github.chrislusf/seaweedfs-hadoop2-client/
implementation ("com.github.chrislusf:seaweedfs-hadoop2-client:3.13")
'com.github.chrislusf:seaweedfs-hadoop2-client:jar:3.13'
<dependency org="com.github.chrislusf" name="seaweedfs-hadoop2-client" rev="3.13">
<artifact name="seaweedfs-hadoop2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrislusf', module='seaweedfs-hadoop2-client', version='3.13')
)
libraryDependencies += "com.github.chrislusf" % "seaweedfs-hadoop2-client" % "3.13"
[com.github.chrislusf/seaweedfs-hadoop2-client "3.13"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.hadoop : hadoop-client | jar | 2.10.1 |
| org.apache.hadoop : hadoop-common | jar | 2.10.1 |