is not current version
Last Version 4.1.1

org.apache.hbase.thirdparty:hbase-shaded-protobuf 2.0.0

Pulls down protobuf, patches it, compiles, and then relocates/shades.

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

org.apache.hbase.thirdparty
ArtifactId

ArtifactId

hbase-shaded-protobuf
Version

Version

2.0.0
Type

Type

jar

Download hbase-shaded-protobuf 2.0.0


<!-- https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-protobuf/ -->
<dependency>
    <groupId>org.apache.hbase.thirdparty</groupId>
    <artifactId>hbase-shaded-protobuf</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-protobuf/
implementation 'org.apache.hbase.thirdparty:hbase-shaded-protobuf:2.0.0'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-protobuf/
implementation ("org.apache.hbase.thirdparty:hbase-shaded-protobuf:2.0.0")
'org.apache.hbase.thirdparty:hbase-shaded-protobuf:jar:2.0.0'
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-protobuf" rev="2.0.0">
  <artifact name="hbase-shaded-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-protobuf', version='2.0.0')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-protobuf" % "2.0.0"
[org.apache.hbase.thirdparty/hbase-shaded-protobuf "2.0.0"]