is not current version
Last Version 3.0.0-alpha-2

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

Shaded protobuf protocol classes used by HBase internally.

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-protocol-shaded
Version

Version

2.1.4
Type

Type

jar

Download hbase-protocol-shaded 2.1.4


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