MVN

fr.jetoile.hadoop : hadoop-unit-oozie

Maven & Gradle

Oct 22, 2020
4 usages
49 stars

hadoop-unit-oozie

<dependency>
    <groupId>fr.jetoile.hadoop</groupId>
    <artifactId>hadoop-unit-oozie</artifactId>
    <version>3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.jetoile.hadoop : hadoop-unit-oozie to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8

All Versions

Choose a version of fr.jetoile.hadoop : hadoop-unit-oozie to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8
hadoop-unit-oozie-3.8
3.7
hadoop-unit-oozie-3.7
3.6
hadoop-unit-oozie-3.6
3.5
hadoop-unit-oozie-3.5
3.4
hadoop-unit-oozie-3.4
3.3
hadoop-unit-oozie-3.3
3.2
hadoop-unit-oozie-3.2
3.1
hadoop-unit-oozie-3.1
3.0
hadoop-unit-oozie-3.0
2.10.x
hadoop-unit-oozie-2.10.1
2.10
hadoop-unit-oozie-2.10
2.9
hadoop-unit-oozie-2.9
2.8
hadoop-unit-oozie-2.8
2.7
hadoop-unit-oozie-2.7
2.6
hadoop-unit-oozie-2.6
2.5
hadoop-unit-oozie-2.5
2.4
hadoop-unit-oozie-2.4
2.3
hadoop-unit-oozie-2.3
2.2
hadoop-unit-oozie-2.2
2.1
hadoop-unit-oozie-2.1
2.0
hadoop-unit-oozie-2.0
1.5
hadoop-unit-oozie-1.5
1.4
hadoop-unit-oozie-1.4
1.3
hadoop-unit-oozie-1.3
1.2
hadoop-unit-oozie-1.2

How to add a dependency to Maven

Add the following fr.jetoile.hadoop : hadoop-unit-oozie maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.jetoile.hadoop</groupId>
    <artifactId>hadoop-unit-oozie</artifactId>
    <version>3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.jetoile.hadoop : hadoop-unit-oozie gradle dependency to your build.gradle file:

implementation 'fr.jetoile.hadoop:hadoop-unit-oozie:3.8'

Gradle Kotlin DSL: Add the following fr.jetoile.hadoop : hadoop-unit-oozie gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.jetoile.hadoop:hadoop-unit-oozie:3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.jetoile.hadoop : hadoop-unit-oozie sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-oozie" % "3.8"

Advertisement