is not current version
Last Version 2.2.3

com.alibaba.hbase:alihbase-client 1.0.1.1

Client of HBase

Categories

Categories

CLI User Interface
GroupId

GroupId

com.alibaba.hbase
ArtifactId

ArtifactId

alihbase-client
Version

Version

1.0.1.1
Type

Type

jar

Download alihbase-client 1.0.1.1


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