не последняя версия
Последняя версия 3.0.0-alpha-2

org.apache.hbase:hbase-annotations 0.98.21-hadoop2

Copy of Hadoop's annotations for HBase

Группа

Группа

org.apache.hbase
Идентификатор

Идентификатор

hbase-annotations
Версия

Версия

0.98.21-hadoop2
Тип

Тип

jar

Скачать hbase-annotations 0.98.21-hadoop2


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