Download netty4-0.5.jar file - Jar n

Jar examples for n:netty4

Description

You can download jar file netty4 0.5 in this page.

Build File

You can use the following script to add netty4-0.5.jar to your project.

<dependency>
   <groupId>com.github.spullara.redis</groupId>
   <artifactId>netty4</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'com.github.spullara.redis', name: 'netty4', version: '0.5'
libraryDependencies += "com.github.spullara.redis" % "netty4" % "0.5"
<dependency org="com.github.spullara.redis" name="netty4" rev="0.5"/>
@Grapes(@Grab(group='com.github.spullara.redis', module='netty4', version='0.5'))
'com.github.spullara.redis:netty4:jar:0.5'

Download

Click the following link to download the jar file.

netty4-0.5-javadoc.jar
netty4-0.5-sources.jar
netty4-0.5.jar
netty4-0.5.pom



Related Tutorials