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