Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdcom.sun.grizzly |
ArtifactId | ArtifactIdgrizzly-websockets |
Version | Version1.9.27 |
Type | Typejar |
Filename | Size |
---|---|
grizzly-websockets-1.9.27.pom | |
grizzly-websockets-1.9.27.jar | 52 KB |
grizzly-websockets-1.9.27-sources.jar | 49 KB |
grizzly-websockets-1.9.27-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-websockets/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-websockets</artifactId>
<version>1.9.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-websockets/
implementation 'com.sun.grizzly:grizzly-websockets:1.9.27'
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-websockets/
implementation ("com.sun.grizzly:grizzly-websockets:1.9.27")
'com.sun.grizzly:grizzly-websockets:jar:1.9.27'
<dependency org="com.sun.grizzly" name="grizzly-websockets" rev="1.9.27">
<artifact name="grizzly-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='grizzly-websockets', version='1.9.27')
)
libraryDependencies += "com.sun.grizzly" % "grizzly-websockets" % "1.9.27"
[com.sun.grizzly/grizzly-websockets "1.9.27"]