License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdorg.apache.hbase.thirdparty |
ArtifactId | ArtifactIdhbase-shaded-protobuf |
Version | Version4.0.0 |
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.0.0.pom | |
hbase-shaded-protobuf-4.0.0.jar | 1 MB |
hbase-shaded-protobuf-4.0.0-sources.jar | 902 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-protobuf/
implementation 'org.apache.hbase.thirdparty:hbase-shaded-protobuf:4.0.0'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-protobuf/
implementation ("org.apache.hbase.thirdparty:hbase-shaded-protobuf:4.0.0")
'org.apache.hbase.thirdparty:hbase-shaded-protobuf:jar:4.0.0'
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-protobuf" rev="4.0.0">
<artifact name="hbase-shaded-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-protobuf', version='4.0.0')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-protobuf" % "4.0.0"
[org.apache.hbase.thirdparty/hbase-shaded-protobuf "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 3.19.1 |