GroupId | GroupIdcom.aliyun.hbase |
---|---|
ArtifactId | ArtifactIdalihbase-resource-bundle |
Version | Version1.8.2 |
Type | Typejar |
Filename | Size |
---|---|
alihbase-resource-bundle-1.8.2.pom | |
alihbase-resource-bundle-1.8.2.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-resource-bundle/ -->
<dependency>
<groupId>com.aliyun.hbase</groupId>
<artifactId>alihbase-resource-bundle</artifactId>
<version>1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-resource-bundle/
implementation 'com.aliyun.hbase:alihbase-resource-bundle:1.8.2'
// https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-resource-bundle/
implementation ("com.aliyun.hbase:alihbase-resource-bundle:1.8.2")
'com.aliyun.hbase:alihbase-resource-bundle:jar:1.8.2'
<dependency org="com.aliyun.hbase" name="alihbase-resource-bundle" rev="1.8.2">
<artifact name="alihbase-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.hbase', module='alihbase-resource-bundle', version='1.8.2')
)
libraryDependencies += "com.aliyun.hbase" % "alihbase-resource-bundle" % "1.8.2"
[com.aliyun.hbase/alihbase-resource-bundle "1.8.2"]