MVN

fr.jetoile.hadoop : hadoop-unit-confluent

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 3.8

All Versions

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

Version Vulnerabilities Updated
3.8
hadoop-unit-confluent-3.8
3.7
hadoop-unit-confluent-3.7
3.6
hadoop-unit-confluent-3.6
3.5
hadoop-unit-confluent-3.5
3.4
hadoop-unit-confluent-3.4
3.3
hadoop-unit-confluent-3.3
3.2
hadoop-unit-confluent-3.2
3.1
hadoop-unit-confluent-3.1
3.0
hadoop-unit-confluent-3.0
2.10.x
hadoop-unit-confluent-2.10.1
2.10
hadoop-unit-confluent-2.10
2.9
hadoop-unit-confluent-2.9
2.8
hadoop-unit-confluent-2.8
2.7
hadoop-unit-confluent-2.7

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement