Download netty-socketio-1.7.14.jar file - Jar n

Jar examples for n:netty-socketio

Description

Socket.IO server implemented on Java

You can download jar file netty-socketio 1.7.14 in this page.

License

Apache v2

Build File

You can use the following script to add netty-socketio-1.7.14.jar to your project.

<dependency>
   <groupId>com.corundumstudio.socketio</groupId>
   <artifactId>netty-socketio</artifactId>
   <version>1.7.14</version>
</dependency>
compile group: 'com.corundumstudio.socketio', name: 'netty-socketio', version: '1.7.14'
libraryDependencies += "com.corundumstudio.socketio" % "netty-socketio" % "1.7.14"
<dependency org="com.corundumstudio.socketio" name="netty-socketio" rev="1.7.14"/>
@Grapes(@Grab(group='com.corundumstudio.socketio', module='netty-socketio', version='1.7.14'))
'com.corundumstudio.socketio:netty-socketio:jar:1.7.14'

Download

Click the following link to download the jar file.

netty-socketio-1.7.14-javadoc.jar
netty-socketio-1.7.14-sources.jar
netty-socketio-1.7.14.jar
netty-socketio-1.7.14.pom



Related Tutorials