is not current version
Last Version 2.8.7

com.aliyun.hbase:alihbase 2.0.5

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.0.5
Type

Type

pom

Download alihbase 2.0.5

Filename Size
alihbase-2.0.5.pom 142 KB
Browse

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