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