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