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