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