Download netty-codec-http-4.1.8.Final.jar file - Jar n

Jar examples for n:netty-codec-http

Description

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

netty-codec-http-4.1.8.Final-javadoc.jar
netty-codec-http-4.1.8.Final-sources.jar
netty-codec-http-4.1.8.Final.jar
netty-codec-http-4.1.8.Final.pom



Related Tutorials