| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdsubscriptions-transport-ws |
| Version | Version0.8.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| subscriptions-transport-ws-0.8.3.pom | |
| subscriptions-transport-ws-0.8.3.jar | 78 KB |
| subscriptions-transport-ws-0.8.3-sources.jar | 22 bytes |
| subscriptions-transport-ws-0.8.3-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/subscriptions-transport-ws/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>subscriptions-transport-ws</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/subscriptions-transport-ws/
implementation 'org.webjars.npm:subscriptions-transport-ws:0.8.3'
// https://jarcasting.com/artifacts/org.webjars.npm/subscriptions-transport-ws/
implementation ("org.webjars.npm:subscriptions-transport-ws:0.8.3")
'org.webjars.npm:subscriptions-transport-ws:jar:0.8.3'
<dependency org="org.webjars.npm" name="subscriptions-transport-ws" rev="0.8.3">
<artifact name="subscriptions-transport-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='subscriptions-transport-ws', version='0.8.3')
)
libraryDependencies += "org.webjars.npm" % "subscriptions-transport-ws" % "0.8.3"
[org.webjars.npm/subscriptions-transport-ws "0.8.3"]