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

org.apache.hbase:hbase-hadoop2-compat 1.2.2

Interfaces to be implemented in order to smooth over hadoop version differences

Группа

Группа

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

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

hbase-hadoop2-compat
Версия

Версия

1.2.2
Тип

Тип

jar

Скачать hbase-hadoop2-compat 1.2.2


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