is not current version
Last Version 2.2.4_1

ch.cern.hbase:hbase-protocol 2.1.3_1

Protobuf protocol classes used by HBase to communicate.

GroupId

GroupId

ch.cern.hbase
ArtifactId

ArtifactId

hbase-protocol
Version

Version

2.1.3_1
Type

Type

jar

Download hbase-protocol 2.1.3_1


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