Download netty-example-4.0.31.Final.jar file - Jar n

Jar examples for n:netty-example

Description

You can download jar file netty-example 4.0.31.Final in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

netty-example-4.0.31.Final-javadoc.jar
netty-example-4.0.31.Final-sources.jar
netty-example-4.0.31.Final.jar
netty-example-4.0.31.Final.pom



Related Tutorials