is not current version
Last Version 2.8.7

com.aliyun.hbase:alihbase 1.8.0

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

1.8.0
Type

Type

pom

Download alihbase 1.8.0

Filename Size
alihbase-1.8.0.pom 101 KB
Browse

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