Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdsocket.io-client |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
socket.io-client-2.2.0.pom | |
socket.io-client-2.2.0.jar | 396 KB |
socket.io-client-2.2.0-sources.jar | 22 bytes |
socket.io-client-2.2.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/socket.io-client/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>socket.io-client</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/socket.io-client/
implementation 'org.webjars.npm:socket.io-client:2.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/socket.io-client/
implementation ("org.webjars.npm:socket.io-client:2.2.0")
'org.webjars.npm:socket.io-client:jar:2.2.0'
<dependency org="org.webjars.npm" name="socket.io-client" rev="2.2.0">
<artifact name="socket.io-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='socket.io-client', version='2.2.0')
)
libraryDependencies += "org.webjars.npm" % "socket.io-client" % "2.2.0"
[org.webjars.npm/socket.io-client "2.2.0"]