is not current version
Last Version 3.3.3

org.apache.hadoop:hadoop-client 2.2.0

Apache Hadoop Client

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.hadoop
ArtifactId

ArtifactId

hadoop-client
Version

Version

2.2.0
Type

Type

jar

Download hadoop-client 2.2.0


<!-- https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client/ -->
<dependency>
    <groupId>org.apache.hadoop</groupId>
    <artifactId>hadoop-client</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client/
implementation 'org.apache.hadoop:hadoop-client:2.2.0'
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client/
implementation ("org.apache.hadoop:hadoop-client:2.2.0")
'org.apache.hadoop:hadoop-client:jar:2.2.0'
<dependency org="org.apache.hadoop" name="hadoop-client" rev="2.2.0">
  <artifact name="hadoop-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hadoop', module='hadoop-client', version='2.2.0')
)
libraryDependencies += "org.apache.hadoop" % "hadoop-client" % "2.2.0"
[org.apache.hadoop/hadoop-client "2.2.0"]