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