is not current version
Last Version 2.0.1

io.socket:socket.io-client 0.8.3

Socket.IO Client Library for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

io.socket
ArtifactId

ArtifactId

socket.io-client
Version

Version

0.8.3
Type

Type

jar

Download socket.io-client 0.8.3


<!-- https://jarcasting.com/artifacts/io.socket/socket.io-client/ -->
<dependency>
    <groupId>io.socket</groupId>
    <artifactId>socket.io-client</artifactId>
    <version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.socket/socket.io-client/
implementation 'io.socket:socket.io-client:0.8.3'
// https://jarcasting.com/artifacts/io.socket/socket.io-client/
implementation ("io.socket:socket.io-client:0.8.3")
'io.socket:socket.io-client:jar:0.8.3'
<dependency org="io.socket" name="socket.io-client" rev="0.8.3">
  <artifact name="socket.io-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.socket', module='socket.io-client', version='0.8.3')
)
libraryDependencies += "io.socket" % "socket.io-client" % "0.8.3"
[io.socket/socket.io-client "0.8.3"]