| Categories |
CategoriesJavaScript Languages CLI User Interface |
|---|---|
| GroupId | GroupIdorg.webjars |
| ArtifactId | ArtifactIdsockjs-client |
| Version | Version0.3.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sockjs-client-0.3.4.pom | |
| sockjs-client-0.3.4.jar | 32 KB |
| sockjs-client-0.3.4-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/sockjs-client/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>sockjs-client</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/sockjs-client/
implementation 'org.webjars:sockjs-client:0.3.4'
// https://jarcasting.com/artifacts/org.webjars/sockjs-client/
implementation ("org.webjars:sockjs-client:0.3.4")
'org.webjars:sockjs-client:jar:0.3.4'
<dependency org="org.webjars" name="sockjs-client" rev="0.3.4">
<artifact name="sockjs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='sockjs-client', version='0.3.4')
)
libraryDependencies += "org.webjars" % "sockjs-client" % "0.3.4"
[org.webjars/sockjs-client "0.3.4"]