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