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