GroupId | GroupIdfr.jetoile.hadoop |
---|---|
ArtifactId | ArtifactIdhadoop-unit-commons |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
hadoop-unit-commons-2.2.pom | |
hadoop-unit-commons-2.2.jar | 18 KB |
hadoop-unit-commons-2.2-sources.jar | 12 KB |
hadoop-unit-commons-2.2-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-commons/ -->
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-commons</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-commons/
implementation 'fr.jetoile.hadoop:hadoop-unit-commons:2.2'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-commons/
implementation ("fr.jetoile.hadoop:hadoop-unit-commons:2.2")
'fr.jetoile.hadoop:hadoop-unit-commons:jar:2.2'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-commons" rev="2.2">
<artifact name="hadoop-unit-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-commons', version='2.2')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-commons" % "2.2"
[fr.jetoile.hadoop/hadoop-unit-commons "2.2"]