Download netty2-1.9.2.jar file - Jar n

Jar examples for n:netty2

Description

An event-driven NIO framework

You can download jar file netty2 1.9.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add netty2-1.9.2.jar to your project.

<dependency>
   <groupId>net.gleamynode</groupId>
   <artifactId>netty2</artifactId>
   <version>1.9.2</version>
</dependency>
compile group: 'net.gleamynode', name: 'netty2', version: '1.9.2'
libraryDependencies += "net.gleamynode" % "netty2" % "1.9.2"
<dependency org="net.gleamynode" name="netty2" rev="1.9.2"/>
@Grapes(@Grab(group='net.gleamynode', module='netty2', version='1.9.2'))
'net.gleamynode:netty2:jar:1.9.2'

Download

Click the following link to download the jar file.

netty2-1.9.2.jar
netty2-1.9.2.pom
netty2-1.9.2-sources.jar



Related Tutorials