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