h

hbase-resource-bundle

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