GroupId | GroupIdfr.jetoile.hadoop |
---|---|
ArtifactId | ArtifactIdhadoop-unit-zookeeper |
Version | Version3.0 |
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.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-zookeeper/
implementation 'fr.jetoile.hadoop:hadoop-unit-zookeeper:3.0'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-zookeeper/
implementation ("fr.jetoile.hadoop:hadoop-unit-zookeeper:3.0")
'fr.jetoile.hadoop:hadoop-unit-zookeeper:jar:3.0'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-zookeeper" rev="3.0">
<artifact name="hadoop-unit-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-zookeeper', version='3.0')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-zookeeper" % "3.0"
[fr.jetoile.hadoop/hadoop-unit-zookeeper "3.0"]