Download hbase-protocol-0.98.17-hadoop2.jar file - Jar h

Jar examples for h:hbase-protocol

Description

Protobuf protocol classes used by HBase to communicate.

You can download jar file hbase-protocol 0.98.17-hadoop2 in this page.

License

Apache License

Build File

You can use the following script to add hbase-protocol-0.98.17-hadoop2.jar to your project.

<dependency>
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase-protocol</artifactId>
   <version>0.98.17-hadoop2</version>
</dependency>
compile group: 'org.apache.hbase', name: 'hbase-protocol', version: '0.98.17-hadoop2'
libraryDependencies += "org.apache.hbase" % "hbase-protocol" % "0.98.17-hadoop2"
<dependency org="org.apache.hbase" name="hbase-protocol" rev="0.98.17-hadoop2"/>
@Grapes(@Grab(group='org.apache.hbase', module='hbase-protocol', version='0.98.17-hadoop2'))
'org.apache.hbase:hbase-protocol:jar:0.98.17-hadoop2'

Download

Click the following link to download the jar file.

hbase-protocol-0.98.17-hadoop2-sources.jar
hbase-protocol-0.98.17-hadoop2-tests.jar
hbase-protocol-0.98.17-hadoop2.jar
hbase-protocol-0.98.17-hadoop2.pom



Related Tutorials