Jar examples for n:netty
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.
You can download jar file netty 3.6.0.Final in this page.
Apache License, Version 2.0
You can use the following script to add netty-3.6.0.Final.jar to your project.
<dependency> <groupId>io.netty</groupId> <artifactId>netty</artifactId> <version>3.6.0.Final</version> </dependency>
compile group: 'io.netty', name: 'netty', version: '3.6.0.Final'
libraryDependencies += "io.netty" % "netty" % "3.6.0.Final"
<dependency org="io.netty" name="netty" rev="3.6.0.Final"/>
@Grapes(@Grab(group='io.netty', module='netty', version='3.6.0.Final'))
'io.netty:netty:jar:3.6.0.Final'
Click the following link to download the jar file.
netty-3.6.0.Final-javadoc.jar