is not current version
Last Version 1.5.1

org.webjars:sockjs-client 1.1.2

WebJar for SockJS-client

Categories

Categories

JavaScript Languages CLI User Interface
GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

sockjs-client
Version

Version

1.1.2
Type

Type

jar

Download sockjs-client 1.1.2


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