| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.socket |
| ArtifactId | ArtifactIdsocket.io-client |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsocket.io-client
Socket.IO Client Library for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| socket.io-client-2.0.1.pom | |
| socket.io-client-2.0.1.jar | 60 KB |
| socket.io-client-2.0.1-sources.jar | 15 KB |
| socket.io-client-2.0.1-javadoc.jar | 137 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.socket/socket.io-client/ -->
<dependency>
<groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.socket/socket.io-client/
implementation 'io.socket:socket.io-client:2.0.1'
// https://jarcasting.com/artifacts/io.socket/socket.io-client/
implementation ("io.socket:socket.io-client:2.0.1")
'io.socket:socket.io-client:jar:2.0.1'
<dependency org="io.socket" name="socket.io-client" rev="2.0.1">
<artifact name="socket.io-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.socket', module='socket.io-client', version='2.0.1')
)
libraryDependencies += "io.socket" % "socket.io-client" % "2.0.1"
[io.socket/socket.io-client "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.socket : engine.io-client | jar | 2.0.0 |
| org.json : json | jar | 20090211 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.skyscreamer : jsonassert | jar | 1.5.0 |