License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.websocket |
ArtifactId | ArtifactIdwebsocket-sample-simplelife |
Version | Version0.2 |
Type | Typewar |
Description |
DescriptionWebSocket Simple Life Sample
WebSocket API and Implementation
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-simplelife/ -->
<dependency>
<groupId>org.glassfish.websocket</groupId>
<artifactId>websocket-sample-simplelife</artifactId>
<version>0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-simplelife/
implementation 'org.glassfish.websocket:websocket-sample-simplelife:0.2'
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-simplelife/
implementation ("org.glassfish.websocket:websocket-sample-simplelife:0.2")
'org.glassfish.websocket:websocket-sample-simplelife:war:0.2'
<dependency org="org.glassfish.websocket" name="websocket-sample-simplelife" rev="0.2">
<artifact name="websocket-sample-simplelife" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.websocket', module='websocket-sample-simplelife', version='0.2')
)
libraryDependencies += "org.glassfish.websocket" % "websocket-sample-simplelife" % "0.2"
[org.glassfish.websocket/websocket-sample-simplelife "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 |