a

alihbase-resource-bundle

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