Download netty-buffer-4.1.6.Final.jar file - Jar n

Jar examples for n:netty-buffer

Description

You can download jar file netty-buffer 4.1.6.Final in this page.

License

Apache License

Build File

You can use the following script to add netty-buffer-4.1.6.Final.jar to your project.

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

Download

Click the following link to download the jar file.

netty-buffer-4.1.6.Final-javadoc.jar
netty-buffer-4.1.6.Final-sources.jar
netty-buffer-4.1.6.Final.jar
netty-buffer-4.1.6.Final.pom



Related Tutorials