h

hbase-http

HTTP functionality for HBase Servers
Files download
File Operation
hbase-http-3.0.0-alpha-1.jar download
hbase-http-3.0.0-alpha-1.pom download
hbase-http-3.0.0-alpha-1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-http</artifactId>
  <version>3.0.0-alpha-1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase:hbase-http:3.0.0-alpha-1'
Gradle Kotlin
implementation("org.apache.hbase:hbase-http:3.0.0-alpha-1")
Scala SBT
libraryDependencies += "org.apache.hbase" % "hbase-http" % "3.0.0-alpha-1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase', module='hbase-http', version='3.0.0-alpha-1')
)
Apache Ivy
<dependency org="org.apache.hbase" name="hbase-http" rev="3.0.0-alpha-1" />
Leiningen
[org.apache.hbase/hbase-http "3.0.0-alpha-1"]
Apache Buildr
'org.apache.hbase:hbase-http:jar:3.0.0-alpha-1'