h

hbase-resource-bundle

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