h

hbase-resource-bundle

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