Download netty-codec-http2-4.1.0.CR7.jar file - Jar n

Jar examples for n:netty-codec-http2

Description

You can download jar file netty-codec-http2 4.1.0.CR7 in this page.

License

Apache License

Build File

You can use the following script to add netty-codec-http2-4.1.0.CR7.jar to your project.

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

Download

Click the following link to download the jar file.

netty-codec-http2-4.1.0.CR7-javadoc.jar
netty-codec-http2-4.1.0.CR7-sources.jar
netty-codec-http2-4.1.0.CR7.jar
netty-codec-http2-4.1.0.CR7.pom



Related Tutorials