Download netty-all-4.0.29.Final.jar file - Jar n

Jar examples for n:netty-all

Description

You can download jar file netty-all 4.0.29.Final in this page.

License

Apache License

Build File

You can use the following script to add netty-all-4.0.29.Final.jar to your project.

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

Download

Click the following link to download the jar file.

netty-all-4.0.29.Final.jar
netty-all-4.0.29.Final-javadoc.jar
netty-all-4.0.29.Final.pom
netty-all-4.0.29.Final-sources.jar



Related Tutorials