License |
License
CDDL
|
---|---|
Categories |
CategoriesGrizzly Net Networking |
GroupId | GroupIdcom.sun.grizzly |
ArtifactId | ArtifactIdgrizzly-websocket |
Last Version | Last Version1.9.19-beta1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongrizzly-websocket
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-websocket/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-websocket</artifactId>
<version>1.9.19-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-websocket/
implementation 'com.sun.grizzly:grizzly-websocket:1.9.19-beta1'
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-websocket/
implementation ("com.sun.grizzly:grizzly-websocket:1.9.19-beta1")
'com.sun.grizzly:grizzly-websocket:jar:1.9.19-beta1'
<dependency org="com.sun.grizzly" name="grizzly-websocket" rev="1.9.19-beta1">
<artifact name="grizzly-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='grizzly-websocket', version='1.9.19-beta1')
)
libraryDependencies += "com.sun.grizzly" % "grizzly-websocket" % "1.9.19-beta1"
[com.sun.grizzly/grizzly-websocket "1.9.19-beta1"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.grizzly : grizzly-utils | jar | 1.9.19-beta1 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.grizzly : grizzly-http | jar | 1.9.19-beta1 |
junit : junit | jar | 4.7 |