is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-client 1.4.5

Client of HBase

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-client
Version

Version

1.4.5
Type

Type

jar

Download hbase-client 1.4.5


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