GroupId | GroupIdcom.aliyun.hbase |
---|---|
ArtifactId | ArtifactIdalihbase-annotations |
Version | Version1.8.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-annotations/ -->
<dependency>
<groupId>com.aliyun.hbase</groupId>
<artifactId>alihbase-annotations</artifactId>
<version>1.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-annotations/
implementation 'com.aliyun.hbase:alihbase-annotations:1.8.6'
// https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-annotations/
implementation ("com.aliyun.hbase:alihbase-annotations:1.8.6")
'com.aliyun.hbase:alihbase-annotations:jar:1.8.6'
<dependency org="com.aliyun.hbase" name="alihbase-annotations" rev="1.8.6">
<artifact name="alihbase-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.hbase', module='alihbase-annotations', version='1.8.6')
)
libraryDependencies += "com.aliyun.hbase" % "alihbase-annotations" % "1.8.6"
[com.aliyun.hbase/alihbase-annotations "1.8.6"]