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