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