is not current version
Last Version 0.5.2-hadoop2

eu.stratosphere:hbase 0.5.1-hadoop2


GroupId

GroupId

eu.stratosphere
ArtifactId

ArtifactId

hbase
Version

Version

0.5.1-hadoop2
Type

Type

jar

Download hbase 0.5.1-hadoop2


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