Download netty-handler-5.0.0.Alpha1.jar file - Jar n

Jar examples for n:netty-handler

Description

You can download jar file netty-handler 5.0.0.Alpha1 in this page.

License

Apache License

Build File

You can use the following script to add netty-handler-5.0.0.Alpha1.jar to your project.

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

Download

Click the following link to download the jar file.

netty-handler-5.0.0.Alpha1-javadoc.jar
netty-handler-5.0.0.Alpha1-sources.jar
netty-handler-5.0.0.Alpha1.jar
netty-handler-5.0.0.Alpha1.pom



Related Tutorials