is not current version
Last Version 2.0.0

io.socket:engine.io-client 0.7.0

Engine.IO Client Library for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

io.socket
ArtifactId

ArtifactId

engine.io-client
Version

Version

0.7.0
Type

Type

jar

Download engine.io-client 0.7.0


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