is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-annotations 1.0.3

Copy of Hadoop's annotations for HBase

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-annotations
Version

Version

1.0.3
Type

Type

jar

Download hbase-annotations 1.0.3


<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-annotations/ -->
<dependency>
    <groupId>org.apache.hbase</groupId>
    <artifactId>hbase-annotations</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-annotations/
implementation 'org.apache.hbase:hbase-annotations:1.0.3'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-annotations/
implementation ("org.apache.hbase:hbase-annotations:1.0.3")
'org.apache.hbase:hbase-annotations:jar:1.0.3'
<dependency org="org.apache.hbase" name="hbase-annotations" rev="1.0.3">
  <artifact name="hbase-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-annotations', version='1.0.3')
)
libraryDependencies += "org.apache.hbase" % "hbase-annotations" % "1.0.3"
[org.apache.hbase/hbase-annotations "1.0.3"]