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

Jar examples for n:netty-build

Description

Resources required to build Netty

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials