is not current version
Last Version 2.0.0

io.socket:engine.io-client 1.0.1

Engine.IO Client Library for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

io.socket
ArtifactId

ArtifactId

engine.io-client
Version

Version

1.0.1
Type

Type

jar

Download engine.io-client 1.0.1


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