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

org.apache.hbase:hbase-hadoop-compat 1.6.0

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

Группа

Группа

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

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

hbase-hadoop-compat
Версия

Версия

1.6.0
Тип

Тип

jar

Скачать hbase-hadoop-compat 1.6.0


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