h

hbase-http

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