MVN

fr.jetoile.hadoop : hadoop-unit-docker

Maven & Gradle

Oct 22, 2020
49 stars
<dependency>
    <groupId>fr.jetoile.hadoop</groupId>
    <artifactId>hadoop-unit-docker</artifactId>
    <version>3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.8

All Versions

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

Version Vulnerabilities Updated
3.8
hadoop-unit-docker-3.8
3.7
hadoop-unit-docker-3.7
3.6
hadoop-unit-docker-3.6
3.5
hadoop-unit-docker-3.5
3.4
hadoop-unit-docker-3.4
3.3
hadoop-unit-docker-3.3
3.2
hadoop-unit-docker-3.2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement