Download netty-transport-sctp-4.0.26.Final.jar file - Jar n

Jar examples for n:netty-transport-sctp

Description

You can download jar file netty-transport-sctp 4.0.26.Final in this page.

License

Apache License

Build File

You can use the following script to add netty-transport-sctp-4.0.26.Final.jar to your project.

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

Download

Click the following link to download the jar file.

netty-transport-sctp-4.0.26.Final-javadoc.jar
netty-transport-sctp-4.0.26.Final-sources.jar
netty-transport-sctp-4.0.26.Final.jar
netty-transport-sctp-4.0.26.Final.pom



Related Tutorials