Download hbase-shaded-protobuf-2.1.0.jar file - Jar h

Jar examples for h:hbase-shaded-protobuf

Description

Pulls down protobuf, patches it, compiles, and then relocates/shades.

You can download jar file hbase-shaded-protobuf 2.1.0 in this page.

License

Apache License

Build File

You can use the following script to add hbase-shaded-protobuf-2.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

hbase-shaded-protobuf-2.1.0-sources.jar
hbase-shaded-protobuf-2.1.0.jar
hbase-shaded-protobuf-2.1.0.pom



Related Tutorials