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