is not current version
Last Version 3.3.3

org.apache.hadoop:hadoop-client-modules 3.1.1

multi-module for Apache Hadoop client artifacts

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.hadoop
ArtifactId

ArtifactId

hadoop-client-modules
Version

Version

3.1.1
Type

Type

pom

Download hadoop-client-modules 3.1.1


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