is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-protocol-shaded 2.0.0

Shaded protobuf protocol classes used by HBase internally.

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-protocol-shaded
Version

Version

2.0.0
Type

Type

jar

Download hbase-protocol-shaded 2.0.0


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