is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-client 1.1.7

Client of HBase

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-client
Version

Version

1.1.7
Type

Type

jar

Download hbase-client 1.1.7


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