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