GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdreconnecting-websocket |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars/reconnecting-websocket/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>reconnecting-websocket</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/reconnecting-websocket/
implementation 'org.webjars:reconnecting-websocket:1.0.0'
// https://jarcasting.com/artifacts/org.webjars/reconnecting-websocket/
implementation ("org.webjars:reconnecting-websocket:1.0.0")
'org.webjars:reconnecting-websocket:jar:1.0.0'
<dependency org="org.webjars" name="reconnecting-websocket" rev="1.0.0">
<artifact name="reconnecting-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='reconnecting-websocket', version='1.0.0')
)
libraryDependencies += "org.webjars" % "reconnecting-websocket" % "1.0.0"
[org.webjars/reconnecting-websocket "1.0.0"]