is not current version
Last Version 3.3.3

org.apache.hadoop:hadoop-client 1.1.2

Apache Hadoop Client

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.hadoop
ArtifactId

ArtifactId

hadoop-client
Version

Version

1.1.2
Type

Type

jar

Download hadoop-client 1.1.2


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