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