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