is not current version
Last Version 3.3.3

org.apache.hadoop:hadoop-streaming 0.20.2


GroupId

GroupId

org.apache.hadoop
ArtifactId

ArtifactId

hadoop-streaming
Version

Version

0.20.2
Type

Type

jar

Download hadoop-streaming 0.20.2


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