is not current version
Last Version 2.2.4_1

ch.cern.hbase:hbase-rest 2.1.3_1

HBase Rest Server

GroupId

GroupId

ch.cern.hbase
ArtifactId

ArtifactId

hbase-rest
Version

Version

2.1.3_1
Type

Type

jar

Download hbase-rest 2.1.3_1


<!-- https://jarcasting.com/artifacts/ch.cern.hbase/hbase-rest/ -->
<dependency>
    <groupId>ch.cern.hbase</groupId>
    <artifactId>hbase-rest</artifactId>
    <version>2.1.3_1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-rest/
implementation 'ch.cern.hbase:hbase-rest:2.1.3_1'
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-rest/
implementation ("ch.cern.hbase:hbase-rest:2.1.3_1")
'ch.cern.hbase:hbase-rest:jar:2.1.3_1'
<dependency org="ch.cern.hbase" name="hbase-rest" rev="2.1.3_1">
  <artifact name="hbase-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hbase', module='hbase-rest', version='2.1.3_1')
)
libraryDependencies += "ch.cern.hbase" % "hbase-rest" % "2.1.3_1"
[ch.cern.hbase/hbase-rest "2.1.3_1"]