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