| GroupId | GroupIdfr.jetoile.hadoop |
|---|---|
| ArtifactId | ArtifactIdhadoop-unit-standalone |
| Version | Version1.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hadoop-unit-standalone-1.4.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-standalone/ -->
<dependency>
<groupId>fr.jetoile.hadoop</groupId>
<artifactId>hadoop-unit-standalone</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-standalone/
implementation 'fr.jetoile.hadoop:hadoop-unit-standalone:1.4'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-standalone/
implementation ("fr.jetoile.hadoop:hadoop-unit-standalone:1.4")
'fr.jetoile.hadoop:hadoop-unit-standalone:pom:1.4'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-standalone" rev="1.4">
<artifact name="hadoop-unit-standalone" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-standalone', version='1.4')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-standalone" % "1.4"
[fr.jetoile.hadoop/hadoop-unit-standalone "1.4"]