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