is not current version
Last Version 1.1

com.github.haruntuncay:socket.io-client 1.0

A socket.io client implementation for Java language.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.haruntuncay
ArtifactId

ArtifactId

socket.io-client
Version

Version

1.0
Type

Type

jar

Download socket.io-client 1.0


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