License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdorg.apache.hbase.thirdparty |
ArtifactId | ArtifactIdhbase-shaded-protobuf |
Last Version | Last Version4.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HBase Patched and Relocated (Shaded) Protobuf
Pulls down protobuf, patches it, compiles, and then relocates/shades.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]