Download netty-common-4.1.0.Beta5.jar file - Jar n

Jar examples for n:netty-common

Description

You can download jar file netty-common 4.1.0.Beta5 in this page.

License

Apache License

Build File

You can use the following script to add netty-common-4.1.0.Beta5.jar to your project.

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

Download

Click the following link to download the jar file.

netty-common-4.1.0.Beta5-javadoc.jar
netty-common-4.1.0.Beta5-sources.jar
netty-common-4.1.0.Beta5.jar
netty-common-4.1.0.Beta5.pom



Related Tutorials