is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-annotations 1.0.1.1

Copy of Hadoop's annotations for HBase

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-annotations
Version

Version

1.0.1.1
Type

Type

jar

Download hbase-annotations 1.0.1.1


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