Download netty-transport-4.0.54.Final.jar file - Jar n

Jar examples for n:netty-transport

Description

You can download jar file netty-transport 4.0.54.Final in this page.

License

Apache License

Build File

You can use the following script to add netty-transport-4.0.54.Final.jar to your project.

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

Download

Click the following link to download the jar file.

netty-transport-4.0.54.Final-javadoc.jar
netty-transport-4.0.54.Final-sources.jar
netty-transport-4.0.54.Final.jar
netty-transport-4.0.54.Final.pom



Related Tutorials