Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdfr.jetoile.hadoop |
ArtifactId | ArtifactIdhadoop-unit-client |
Version | Version1.2 |
Type | Typepom |
Filename | Size |
---|---|
hadoop-unit-client-1.2.pom | 799 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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-client/
implementation 'fr.jetoile.hadoop:hadoop-unit-client:1.2'
// https://jarcasting.com/artifacts/fr.jetoile.hadoop/hadoop-unit-client/
implementation ("fr.jetoile.hadoop:hadoop-unit-client:1.2")
'fr.jetoile.hadoop:hadoop-unit-client:pom:1.2'
<dependency org="fr.jetoile.hadoop" name="hadoop-unit-client" rev="1.2">
<artifact name="hadoop-unit-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.jetoile.hadoop', module='hadoop-unit-client', version='1.2')
)
libraryDependencies += "fr.jetoile.hadoop" % "hadoop-unit-client" % "1.2"
[fr.jetoile.hadoop/hadoop-unit-client "1.2"]