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/IP socket server.
http://www.jboss.org/netty/
GNU Lesser General Public License
JBoss, a division of Red Hat
Files download
File Operation
netty-3.1.0.ALPHA4.jar download
netty-3.1.0.ALPHA4.pom download
netty-3.1.0.ALPHA4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.netty</groupId>
  <artifactId>netty</artifactId>
  <version>3.1.0.ALPHA4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.netty:netty:3.1.0.ALPHA4'
Gradle Kotlin
implementation("org.jboss.netty:netty:3.1.0.ALPHA4")
Scala SBT
libraryDependencies += "org.jboss.netty" % "netty" % "3.1.0.ALPHA4"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.netty', module='netty', version='3.1.0.ALPHA4')
)
Apache Ivy
<dependency org="org.jboss.netty" name="netty" rev="3.1.0.ALPHA4" />
Leiningen
[org.jboss.netty/netty "3.1.0.ALPHA4"]
Apache Buildr
'org.jboss.netty:netty:jar:3.1.0.ALPHA4'