Download netty4-server-0.7.jar file - Jar n

Jar examples for n:netty4-server

Description

You can download jar file netty4-server 0.7 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

netty4-server-0.7-javadoc.jar
netty4-server-0.7-sources.jar
netty4-server-0.7.jar
netty4-server-0.7.pom



Related Tutorials