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