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

org.apache.hbase:hbase-http 2.1.0

HTTP functionality for HBase Servers

Группа

Группа

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

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

hbase-http
Версия

Версия

2.1.0
Тип

Тип

jar

Скачать hbase-http 2.1.0


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