GroupId | GroupIdeu.stratosphere |
---|---|
ArtifactId | ArtifactIdhbase |
Version | Version0.5-hadoop2 |
Type | Typejar |
Filename | Size |
---|---|
hbase-0.5-hadoop2.pom | |
hbase-0.5-hadoop2.jar | 17 KB |
hbase-0.5-hadoop2-sources.jar | 13 KB |
hbase-0.5-hadoop2-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.stratosphere/hbase/ -->
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>hbase</artifactId>
<version>0.5-hadoop2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stratosphere/hbase/
implementation 'eu.stratosphere:hbase:0.5-hadoop2'
// https://jarcasting.com/artifacts/eu.stratosphere/hbase/
implementation ("eu.stratosphere:hbase:0.5-hadoop2")
'eu.stratosphere:hbase:jar:0.5-hadoop2'
<dependency org="eu.stratosphere" name="hbase" rev="0.5-hadoop2">
<artifact name="hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stratosphere', module='hbase', version='0.5-hadoop2')
)
libraryDependencies += "eu.stratosphere" % "hbase" % "0.5-hadoop2"
[eu.stratosphere/hbase "0.5-hadoop2"]