Download netty-socketio-1.7.7.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.7 in this page.

License

Apache v2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials