License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.websocket |
ArtifactId | ArtifactIdwebsocket-sample-trading |
Version | Version0.2 |
Type | Typewar |
Description |
DescriptionWebSocket Trading Sample
WebSocket API and Implementation
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-trading/ -->
<dependency>
<groupId>org.glassfish.websocket</groupId>
<artifactId>websocket-sample-trading</artifactId>
<version>0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-trading/
implementation 'org.glassfish.websocket:websocket-sample-trading:0.2'
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-trading/
implementation ("org.glassfish.websocket:websocket-sample-trading:0.2")
'org.glassfish.websocket:websocket-sample-trading:war:0.2'
<dependency org="org.glassfish.websocket" name="websocket-sample-trading" rev="0.2">
<artifact name="websocket-sample-trading" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.websocket', module='websocket-sample-trading', version='0.2')
)
libraryDependencies += "org.glassfish.websocket" % "websocket-sample-trading" % "0.2"
[org.glassfish.websocket/websocket-sample-trading "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.websocket : websocket-api | jar | 0.2 |
org.glassfish.websocket : websocket-impl | jar | 0.2 |
javax : javaee-web-api | jar | 6.0 |
org.json : json | jar | 20090211 |
org.glassfish.grizzly : grizzly-websockets | jar | 2.2.5 |
org.glassfish.grizzly : grizzly-utils | jar | 2.0-b1 |