Download netty-3.4.2.Final.jar file - Jar n

Jar examples for n:netty

Description

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.4.2.Final in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

netty-3.4.2.Final-sources.jar
netty-3.4.2.Final.jar
netty-3.4.2.Final.pom



Related Tutorials