is not current version
Last Version 3.3.3

org.apache.hadoop:hadoop-client 3.1.0

Apache Hadoop Client aggregation pom with dependencies exposed

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.hadoop
ArtifactId

ArtifactId

hadoop-client
Version

Version

3.1.0
Type

Type

jar

Download hadoop-client 3.1.0


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