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