Download netty-handler-4.1.21.Final.jar file - Jar n

Jar examples for n:netty-handler

Description

You can download jar file netty-handler 4.1.21.Final in this page.

License

Apache License

Build File

You can use the following script to add netty-handler-4.1.21.Final.jar to your project.

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

Download

Click the following link to download the jar file.

netty-handler-4.1.21.Final-javadoc.jar
netty-handler-4.1.21.Final-sources.jar
netty-handler-4.1.21.Final.jar
netty-handler-4.1.21.Final.pom



Related Tutorials