GroupId | GroupIdfr.jetoile.hadoop |
---|---|
ArtifactId | ArtifactIdhadoop-unit-commons |
Version | Version2.10.1 |
Type | Typejar |
Filename | Size |
---|---|
hadoop-unit-commons-2.10.1.pom | |
hadoop-unit-commons-2.10.1.jar | 21 KB |
hadoop-unit-commons-2.10.1-sources.jar | 13 KB |
hadoop-unit-commons-2.10.1-javadoc.jar | 106 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.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-commons/
implementation 'fr.jetoile.hadoop:hadoop-unit-commons:2.10.1'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-commons/
implementation ("fr.jetoile.hadoop:hadoop-unit-commons:2.10.1")
'fr.jetoile.hadoop:hadoop-unit-commons:jar:2.10.1'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-commons" rev="2.10.1">
<artifact name="hadoop-unit-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-commons', version='2.10.1')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-commons" % "2.10.1"
[fr.jetoile.hadoop/hadoop-unit-commons "2.10.1"]