| License |
License
CDDL+GPL
|
|---|---|
| Categories |
CategoriesGrizzly Net Networking |
| GroupId | GroupIdcom.sun.grizzly.samples |
| ArtifactId | ArtifactIdgrizzly-websockets-chat |
| Last Version | Last Version2.0.0-RC1 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
Descriptiongrizzly-websockets-chat
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly.samples/grizzly-websockets-chat/ -->
<dependency>
<groupId>com.sun.grizzly.samples</groupId>
<artifactId>grizzly-websockets-chat</artifactId>
<version>2.0.0-RC1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly.samples/grizzly-websockets-chat/
implementation 'com.sun.grizzly.samples:grizzly-websockets-chat:2.0.0-RC1'
// https://jarcasting.com/artifacts/com.sun.grizzly.samples/grizzly-websockets-chat/
implementation ("com.sun.grizzly.samples:grizzly-websockets-chat:2.0.0-RC1")
'com.sun.grizzly.samples:grizzly-websockets-chat:war:2.0.0-RC1'
<dependency org="com.sun.grizzly.samples" name="grizzly-websockets-chat" rev="2.0.0-RC1">
<artifact name="grizzly-websockets-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly.samples', module='grizzly-websockets-chat', version='2.0.0-RC1')
)
libraryDependencies += "com.sun.grizzly.samples" % "grizzly-websockets-chat" % "2.0.0-RC1"
[com.sun.grizzly.samples/grizzly-websockets-chat "2.0.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.grizzly : grizzly-framework | jar | 2.0.0-RC1 |
| com.sun.grizzly : grizzly-websockets | jar | 2.0.0-RC1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |