is not current version
Last Version 1.0.9

com.bandyer:socket.io-client 1.0.8

Socket.IO Client Library for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

com.bandyer
ArtifactId

ArtifactId

socket.io-client
Version

Version

1.0.8
Type

Type

jar

Download socket.io-client 1.0.8


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