| GroupId | GroupIdfr.jetoile.hadoop |
|---|---|
| ArtifactId | ArtifactIdhadoop-unit-yarn |
| Version | Version2.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hadoop-unit-yarn-2.9.pom | |
| hadoop-unit-yarn-2.9.jar | 7 KB |
| hadoop-unit-yarn-2.9-sources.jar | 4 KB |
| hadoop-unit-yarn-2.9-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-yarn/ -->
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-yarn</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-yarn/
implementation 'fr.jetoile.hadoop:hadoop-unit-yarn:2.9'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-yarn/
implementation ("fr.jetoile.hadoop:hadoop-unit-yarn:2.9")
'fr.jetoile.hadoop:hadoop-unit-yarn:jar:2.9'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-yarn" rev="2.9">
<artifact name="hadoop-unit-yarn" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-yarn', version='2.9')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-yarn" % "2.9"
[fr.jetoile.hadoop/hadoop-unit-yarn "2.9"]