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