License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.socket |
ArtifactId | ArtifactIdengine.io-client |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionengine.io-client
Engine.IO Client Library for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
engine.io-client-2.0.0.pom | |
engine.io-client-2.0.0.jar | 101 KB |
engine.io-client-2.0.0-sources.jar | 24 KB |
engine.io-client-2.0.0-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.socket/engine.io-client/ -->
<dependency>
<groupId>io.socket</groupId>
<artifactId>engine.io-client</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.socket/engine.io-client/
implementation 'io.socket:engine.io-client:2.0.0'
// https://jarcasting.com/artifacts/io.socket/engine.io-client/
implementation ("io.socket:engine.io-client:2.0.0")
'io.socket:engine.io-client:jar:2.0.0'
<dependency org="io.socket" name="engine.io-client" rev="2.0.0">
<artifact name="engine.io-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.socket', module='engine.io-client', version='2.0.0')
)
libraryDependencies += "io.socket" % "engine.io-client" % "2.0.0"
[io.socket/engine.io-client "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.12.12 |
org.json : json | jar | 20090211 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |