is not current version
Last Version 2.4.12

org.apache.hbase:hbase-protocol 0.98.9-hadoop1

Protobuf protocol classes used by HBase to communicate.

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-protocol
Version

Version

0.98.9-hadoop1
Type

Type

jar

Download hbase-protocol 0.98.9-hadoop1


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