is not current version
Last Version 2.8.7

com.aliyun.hbase:alihbase 1.1.3

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

Type

pom

Download alihbase 1.1.3

Filename Size
alihbase-1.1.3.pom 101 KB
Browse

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