| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.nkzawa |
| ArtifactId | ArtifactIdsocket.io-client |
| Version | Version0.6.0 |
| 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-0.6.0.pom | |
| socket.io-client-0.6.0.jar | 59 KB |
| socket.io-client-0.6.0-sources.jar | 15 KB |
| socket.io-client-0.6.0-javadoc.jar | 140 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nkzawa/socket.io-client/ -->
<dependency>
<groupId>com.github.nkzawa</groupId>
<artifactId>socket.io-client</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkzawa/socket.io-client/
implementation 'com.github.nkzawa:socket.io-client:0.6.0'
// https://jarcasting.com/artifacts/com.github.nkzawa/socket.io-client/
implementation ("com.github.nkzawa:socket.io-client:0.6.0")
'com.github.nkzawa:socket.io-client:jar:0.6.0'
<dependency org="com.github.nkzawa" name="socket.io-client" rev="0.6.0">
<artifact name="socket.io-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkzawa', module='socket.io-client', version='0.6.0')
)
libraryDependencies += "com.github.nkzawa" % "socket.io-client" % "0.6.0"
[com.github.nkzawa/socket.io-client "0.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.nkzawa : engine.io-client | jar | 0.6.0 |
| org.json : json | jar | 20090211 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.skyscreamer : jsonassert | jar | 1.2.3 |