Download netty-build-22.jar file - Jar n

Jar examples for n:netty-build

Description

Resources required to build Netty

You can download jar file netty-build 22 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add netty-build-22.jar to your project.

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

Download

Click the following link to download the jar file.

netty-build-22-javadoc.jar
netty-build-22-sources.jar
netty-build-22.jar
netty-build-22.pom



Related Tutorials