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

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

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

Группа

Группа

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

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

hbase-hadoop-compat
Версия

Версия

2.1.0
Тип

Тип

jar

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


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