| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииProtobuf Данные Data Structures |
| Группа | Группаorg.apache.hbase.thirdparty |
| Идентификатор | Идентификаторhbase-shaded-protobuf |
| Последняя версия | Последняя версия4.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache HBase Patched and Relocated (Shaded) Protobuf
Pulls down protobuf, patches it, compiles, and then relocates/shades.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hbase-shaded-protobuf-4.1.1.pom | |
| hbase-shaded-protobuf-4.1.1.jar | 1 MB |
| hbase-shaded-protobuf-4.1.1-sources.jar | 919 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-protobuf/ -->
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-protobuf</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-protobuf/
implementation 'org.apache.hbase.thirdparty:hbase-shaded-protobuf:4.1.1'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-protobuf/
implementation ("org.apache.hbase.thirdparty:hbase-shaded-protobuf:4.1.1")
'org.apache.hbase.thirdparty:hbase-shaded-protobuf:jar:4.1.1'
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-protobuf" rev="4.1.1">
<artifact name="hbase-shaded-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-protobuf', version='4.1.1')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-protobuf" % "4.1.1"
[org.apache.hbase.thirdparty/hbase-shaded-protobuf "4.1.1"]