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