Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.socket |
ArtifactId | ArtifactIdsocket.io-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
socket.io-client-1.0.0.pom | |
socket.io-client-1.0.0.jar | 61 KB |
socket.io-client-1.0.0-sources.jar | 18 KB |
socket.io-client-1.0.0-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.socket/socket.io-client/ -->
<dependency>
<groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.socket/socket.io-client/
implementation 'io.socket:socket.io-client:1.0.0'
// https://jarcasting.com/artifacts/io.socket/socket.io-client/
implementation ("io.socket:socket.io-client:1.0.0")
'io.socket:socket.io-client:jar:1.0.0'
<dependency org="io.socket" name="socket.io-client" rev="1.0.0">
<artifact name="socket.io-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.socket', module='socket.io-client', version='1.0.0')
)
libraryDependencies += "io.socket" % "socket.io-client" % "1.0.0"
[io.socket/socket.io-client "1.0.0"]