a

alihbase-resource-bundle

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