Download netty-transport-native-unix-common-4.1.23.Final.jar file - Jar n

Jar examples for n:netty-transport-native-unix-common

Description

Static library which contains common unix utilities.

You can download jar file netty-transport-native-unix-common 4.1.23.Final in this page.

License

Apache License

Build File

You can use the following script to add netty-transport-native-unix-common-4.1.23.Final.jar to your project.

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

Download

Click the following link to download the jar file.

netty-transport-native-unix-common-4.1.23.Final-javadoc.jar
netty-transport-native-unix-common-4.1.23.Final-linux-x86_64.jar
netty-transport-native-unix-common-4.1.23.Final-osx-x86_64.jar
netty-transport-native-unix-common-4.1.23.Final-sources.jar
netty-transport-native-unix-common-4.1.23.Final.jar
netty-transport-native-unix-common-4.1.23.Final.pom



Related Tutorials