Download socket.io-client-1.0.0.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 1.0.0 in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials