is not current version
Last Version 2.8.7

com.aliyun.hbase:alihbase 2.8.1

Apache HBase™ is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.

GroupId

GroupId

com.aliyun.hbase
ArtifactId

ArtifactId

alihbase
Version

Version

2.8.1
Type

Type

pom

Download alihbase 2.8.1

Filename Size
alihbase-2.8.1.pom 142 KB
Browse

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