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