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