| GroupId | GroupIdfr.jetoile.hadoop |
|---|---|
| ArtifactId | ArtifactIdhadoop-unit-oozie |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hadoop-unit-oozie-2.0.pom | |
| hadoop-unit-oozie-2.0.jar | 20 KB |
| hadoop-unit-oozie-2.0-sources.jar | 13 KB |
| hadoop-unit-oozie-2.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-oozie/
implementation 'fr.jetoile.hadoop:hadoop-unit-oozie:2.0'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-oozie/
implementation ("fr.jetoile.hadoop:hadoop-unit-oozie:2.0")
'fr.jetoile.hadoop:hadoop-unit-oozie:jar:2.0'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-oozie" rev="2.0">
<artifact name="hadoop-unit-oozie" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-oozie', version='2.0')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-oozie" % "2.0"
[fr.jetoile.hadoop/hadoop-unit-oozie "2.0"]