is not current version
Last Version 4.5.0

org.webjars.npm:socket.io-client 2.1.0

WebJar for socket.io-client

Categories

Categories

CLI User Interface
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

socket.io-client
Version

Version

2.1.0
Type

Type

jar

Download socket.io-client 2.1.0


<!-- https://jarcasting.com/artifacts/org.webjars.npm/socket.io-client/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>socket.io-client</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/socket.io-client/
implementation 'org.webjars.npm:socket.io-client:2.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/socket.io-client/
implementation ("org.webjars.npm:socket.io-client:2.1.0")
'org.webjars.npm:socket.io-client:jar:2.1.0'
<dependency org="org.webjars.npm" name="socket.io-client" rev="2.1.0">
  <artifact name="socket.io-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='socket.io-client', version='2.1.0')
)
libraryDependencies += "org.webjars.npm" % "socket.io-client" % "2.1.0"
[org.webjars.npm/socket.io-client "2.1.0"]