is not current version
Last Version 0.6.0

org.cloudhoist:hadoop 0.5.1


GroupId

GroupId

org.cloudhoist
ArtifactId

ArtifactId

hadoop
Version

Version

0.5.1
Type

Type

jar

Download hadoop 0.5.1


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