Jar examples for s:socket.io-client
Socket.IO Client Library for Java
You can download jar file socket.io-client 0.8.2 in this page.
The MIT License (MIT)
You can use the following script to add socket.io-client-0.8.2.jar to your project.
<dependency> <groupId>io.socket</groupId> <artifactId>socket.io-client</artifactId> <version>0.8.2</version> </dependency>
compile group: 'io.socket', name: 'socket.io-client', version: '0.8.2'
libraryDependencies += "io.socket" % "socket.io-client" % "0.8.2"
<dependency org="io.socket" name="socket.io-client" rev="0.8.2"/>
@Grapes(@Grab(group='io.socket', module='socket.io-client', version='0.8.2'))
'io.socket:socket.io-client:jar:0.8.2'
Click the following link to download the jar file.
socket.io-client-0.8.2-javadoc.jar