a

alihbase-resource-bundle

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