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