| Группа | Группаorg.apache.hbase |
|---|---|
| Идентификатор | Идентификаторhbase |
| Версия | Версия2.1.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| hbase-2.1.4.pom | 147 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase/ -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<version>2.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase/
implementation 'org.apache.hbase:hbase:2.1.4'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase/
implementation ("org.apache.hbase:hbase:2.1.4")
'org.apache.hbase:hbase:pom:2.1.4'
<dependency org="org.apache.hbase" name="hbase" rev="2.1.4">
<artifact name="hbase" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase', version='2.1.4')
)
libraryDependencies += "org.apache.hbase" % "hbase" % "2.1.4"
[org.apache.hbase/hbase "2.1.4"]