License |
License |
---|---|
GroupId | GroupIdorg.apache.hbase |
ArtifactId | ArtifactIdhbase-rest |
Last Version | Last Version3.0.0-alpha-2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HBase - Rest
HBase Rest Server
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hbase-rest-3.0.0-alpha-2.pom | |
hbase-rest-3.0.0-alpha-2.jar | 452 KB |
hbase-rest-3.0.0-alpha-2-tests.jar | 224 KB |
hbase-rest-3.0.0-alpha-2-test-sources.jar | 119 KB |
hbase-rest-3.0.0-alpha-2-sources.jar | 217 KB |
hbase-rest-3.0.0-alpha-2-javadoc.jar | 1006 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-rest/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-rest</artifactId>
<version>3.0.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-rest/
implementation 'org.apache.hbase:hbase-rest:3.0.0-alpha-2'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-rest/
implementation ("org.apache.hbase:hbase-rest:3.0.0-alpha-2")
'org.apache.hbase:hbase-rest:jar:3.0.0-alpha-2'
<dependency org="org.apache.hbase" name="hbase-rest" rev="3.0.0-alpha-2">
<artifact name="hbase-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-rest', version='3.0.0-alpha-2')
)
libraryDependencies += "org.apache.hbase" % "hbase-rest" % "3.0.0-alpha-2"
[org.apache.hbase/hbase-rest "3.0.0-alpha-2"]