не последняя версия
Последняя версия 2.2.4_1

ch.cern.hbase:hbase-replication 2.1.3

HBase Replication Support

Группа

Группа

ch.cern.hbase
Идентификатор

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

hbase-replication
Версия

Версия

2.1.3
Тип

Тип

jar

Скачать hbase-replication 2.1.3


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