MVN

eu.stratosphere : yarn

Maven & Gradle

Jul 15, 2014
192 stars

yarn

<dependency>
    <groupId>eu.stratosphere</groupId>
    <artifactId>yarn</artifactId>
    <version>0.5.2-hadoop2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.stratosphere : yarn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2-hadoop2
  • Latest Release Candidate: 0.5-rc3-hadoop2

All Versions

Choose a version of eu.stratosphere : yarn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
yarn-0.5.2-hadoop2
yarn-0.5.1-hadoop2
0.5
yarn-0.5-hadoop2
yarn-0.5-rc3-hadoop2
yarn-0.5-rc2-hadoop2
yarn-0.5-rc1-hadoop2
0.4
yarn-0.4-hadoop2

How to add a dependency to Maven

Add the following eu.stratosphere : yarn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.stratosphere</groupId>
    <artifactId>yarn</artifactId>
    <version>0.5.2-hadoop2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.stratosphere : yarn gradle dependency to your build.gradle file:

implementation 'eu.stratosphere:yarn:0.5.2-hadoop2'

Gradle Kotlin DSL: Add the following eu.stratosphere : yarn gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.stratosphere:yarn:0.5.2-hadoop2")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.stratosphere : yarn sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.stratosphere" % "yarn" % "0.5.2-hadoop2"