Download hbase-protocol-1.1.7.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 1.1.7 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

hbase-protocol-1.1.7-sources.jar
hbase-protocol-1.1.7-tests.jar
hbase-protocol-1.1.7.jar
hbase-protocol-1.1.7.pom



Related Tutorials