| GroupId | GroupIdeu.stratosphere |
|---|---|
| ArtifactId | ArtifactIdyarn |
| Version | Version0.5.1-hadoop2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| yarn-0.5.1-hadoop2.pom | |
| yarn-0.5.1-hadoop2.jar | 32 KB |
| yarn-0.5.1-hadoop2-sources.jar | 16 KB |
| yarn-0.5.1-hadoop2-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.stratosphere/yarn/ -->
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>yarn</artifactId>
<version>0.5.1-hadoop2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stratosphere/yarn/
implementation 'eu.stratosphere:yarn:0.5.1-hadoop2'
// https://jarcasting.com/artifacts/eu.stratosphere/yarn/
implementation ("eu.stratosphere:yarn:0.5.1-hadoop2")
'eu.stratosphere:yarn:jar:0.5.1-hadoop2'
<dependency org="eu.stratosphere" name="yarn" rev="0.5.1-hadoop2">
<artifact name="yarn" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stratosphere', module='yarn', version='0.5.1-hadoop2')
)
libraryDependencies += "eu.stratosphere" % "yarn" % "0.5.1-hadoop2"
[eu.stratosphere/yarn "0.5.1-hadoop2"]