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