| License |
License |
|---|---|
| GroupId | GroupIdch.cern.hbase |
| ArtifactId | ArtifactIdhbase-protocol |
| Last Version | Last Version2.2.4_1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache HBase - Protocol
Protobuf protocol classes used by HBase to communicate.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/ch.cern.hbase/hbase-protocol/ -->
<dependency>
<groupId>ch.cern.hbase</groupId>
<artifactId>hbase-protocol</artifactId>
<version>2.2.4_1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-protocol/
implementation 'ch.cern.hbase:hbase-protocol:2.2.4_1'
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-protocol/
implementation ("ch.cern.hbase:hbase-protocol:2.2.4_1")
'ch.cern.hbase:hbase-protocol:jar:2.2.4_1'
<dependency org="ch.cern.hbase" name="hbase-protocol" rev="2.2.4_1">
<artifact name="hbase-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hbase', module='hbase-protocol', version='2.2.4_1')
)
libraryDependencies += "ch.cern.hbase" % "hbase-protocol" % "2.2.4_1"
[ch.cern.hbase/hbase-protocol "2.2.4_1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 2.5.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.yetus : audience-annotations | jar | 0.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.cern.hbase : hbase-annotations | test-jar | 2.2.4_1 |
| junit : junit | jar | 4.12 |