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