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

org.apache.hbase:hbase-archetypes 2.1.7

Maven archetypes for generation of fully-configured HBase client projects

Группа

Группа

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

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

hbase-archetypes
Версия

Версия

2.1.7
Тип

Тип

pom

Скачать hbase-archetypes 2.1.7

Имя Файла Размер
hbase-archetypes-2.1.7.pom 3 KB
Обзор

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