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

org.apache.hbase:hbase-replication 2.1.6

HBase Replication Support

Группа

Группа

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

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

hbase-replication
Версия

Версия

2.1.6
Тип

Тип

jar

Скачать hbase-replication 2.1.6


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