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