License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.websocket |
ArtifactId | ArtifactIdwebsocket-sample-chat |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionWebSocket Chat Sample
WebSocket API and Implementation
|
Project URL |
Project URL |
Filename | Size |
---|---|
websocket-sample-chat-0.2.pom | |
websocket-sample-chat-0.2.war | 2 MB |
websocket-sample-chat-0.2-sources.jar | 29 KB |
websocket-sample-chat-0.2-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-chat/ -->
<dependency>
<groupId>org.glassfish.websocket</groupId>
<artifactId>websocket-sample-chat</artifactId>
<version>0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-chat/
implementation 'org.glassfish.websocket:websocket-sample-chat:0.2'
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-chat/
implementation ("org.glassfish.websocket:websocket-sample-chat:0.2")
'org.glassfish.websocket:websocket-sample-chat:war:0.2'
<dependency org="org.glassfish.websocket" name="websocket-sample-chat" rev="0.2">
<artifact name="websocket-sample-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.websocket', module='websocket-sample-chat', version='0.2')
)
libraryDependencies += "org.glassfish.websocket" % "websocket-sample-chat" % "0.2"
[org.glassfish.websocket/websocket-sample-chat "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 |