GroupId | GroupIdfr.jetoile.hadoop |
---|---|
ArtifactId | ArtifactIdhadoop-unit-zookeeper |
Version | Version3.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-zookeeper/ -->
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-zookeeper</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-zookeeper/
implementation 'fr.jetoile.hadoop:hadoop-unit-zookeeper:3.5'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-zookeeper/
implementation ("fr.jetoile.hadoop:hadoop-unit-zookeeper:3.5")
'fr.jetoile.hadoop:hadoop-unit-zookeeper:jar:3.5'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-zookeeper" rev="3.5">
<artifact name="hadoop-unit-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-zookeeper', version='3.5')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-zookeeper" % "3.5"
[fr.jetoile.hadoop/hadoop-unit-zookeeper "3.5"]