Download netty-transport-4.0.0.CR8.jar file - Jar n

Jar examples for n:netty-transport

Description

You can download jar file netty-transport 4.0.0.CR8 in this page.

License

Apache License

Build File

You can use the following script to add netty-transport-4.0.0.CR8.jar to your project.

<dependency>
   <groupId>io.netty</groupId>
   <artifactId>netty-transport</artifactId>
   <version>4.0.0.CR8</version>
</dependency>
compile group: 'io.netty', name: 'netty-transport', version: '4.0.0.CR8'
libraryDependencies += "io.netty" % "netty-transport" % "4.0.0.CR8"
<dependency org="io.netty" name="netty-transport" rev="4.0.0.CR8"/>
@Grapes(@Grab(group='io.netty', module='netty-transport', version='4.0.0.CR8'))
'io.netty:netty-transport:jar:4.0.0.CR8'

Download

Click the following link to download the jar file.

netty-transport-4.0.0.CR8-javadoc.jar
netty-transport-4.0.0.CR8-sources.jar
netty-transport-4.0.0.CR8.jar
netty-transport-4.0.0.CR8.pom



Related Tutorials