Download socket.io-client-0.4.1.jar file - Jar s

Jar examples for s:socket.io-client

Description

Socket.IO Client Library for Java

You can download jar file socket.io-client 0.4.1 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add socket.io-client-0.4.1.jar to your project.

<dependency>
   <groupId>com.github.nkzawa</groupId>
   <artifactId>socket.io-client</artifactId>
   <version>0.4.1</version>
</dependency>
compile group: 'com.github.nkzawa', name: 'socket.io-client', version: '0.4.1'
libraryDependencies += "com.github.nkzawa" % "socket.io-client" % "0.4.1"
<dependency org="com.github.nkzawa" name="socket.io-client" rev="0.4.1"/>
@Grapes(@Grab(group='com.github.nkzawa', module='socket.io-client', version='0.4.1'))
'com.github.nkzawa:socket.io-client:jar:0.4.1'

Download

Click the following link to download the jar file.

socket.io-client-0.4.1-javadoc.jar
socket.io-client-0.4.1-sources.jar
socket.io-client-0.4.1.jar
socket.io-client-0.4.1.pom



Related Tutorials