is not current version
Last Version 0.6.0

com.github.nkzawa:socket.io-client 0.2.0

Socket.IO Client Library for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.nkzawa
ArtifactId

ArtifactId

socket.io-client
Version

Version

0.2.0
Type

Type

jar

Download socket.io-client 0.2.0


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