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

Jar examples for h:hbase-shaded-netty

Description

Pulls down netty.io, relocates nd then makes a fat new jar with them all in it.

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials