Download netty-codec-4.0.41.Final.jar file - Jar n

Jar examples for n:netty-codec

Description

You can download jar file netty-codec 4.0.41.Final in this page.

License

Apache License

Build File

You can use the following script to add netty-codec-4.0.41.Final.jar to your project.

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

Download

Click the following link to download the jar file.

netty-codec-4.0.41.Final-javadoc.jar
netty-codec-4.0.41.Final-sources.jar
netty-codec-4.0.41.Final.jar
netty-codec-4.0.41.Final.pom



Related Tutorials