is not current version
Last Version 0.5.2-hadoop2

eu.stratosphere:yarn 0.5-hadoop2


GroupId

GroupId

eu.stratosphere
ArtifactId

ArtifactId

yarn
Version

Version

0.5-hadoop2
Type

Type

jar

Download yarn 0.5-hadoop2


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