is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase 2.2.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.

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase
Version

Version

2.2.2
Type

Type

pom

Download hbase 2.2.2

Filename Size
hbase-2.2.2.pom 148 KB
Browse

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