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

License

Apache v2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials