не последняя версия
Последняя версия 2.8.7

com.aliyun.hbase:alihbase 1.8.2

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.

Группа

Группа

com.aliyun.hbase
Идентификатор

Идентификатор

alihbase
Версия

Версия

1.8.2
Тип

Тип

pom

Скачать alihbase 1.8.2

Имя Файла Размер
alihbase-1.8.2.pom 101 KB
Обзор

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