is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase 0.94.5

HBase is the &lt;a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; 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

0.94.5
Type

Type

jar

Download hbase 0.94.5


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