g

grizzly-websockets

https://grizzly.dev.java.net
Files download
File Operation
grizzly-websockets-2.0.0-RC1.jar download
grizzly-websockets-2.0.0-RC1.pom download
grizzly-websockets-2.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.grizzly</groupId>
  <artifactId>grizzly-websockets</artifactId>
  <version>2.0.0-RC1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.sun.grizzly:grizzly-websockets:2.0.0-RC1'
Gradle Kotlin
implementation("com.sun.grizzly:grizzly-websockets:2.0.0-RC1")
Scala SBT
libraryDependencies += "com.sun.grizzly" % "grizzly-websockets" % "2.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.grizzly', module='grizzly-websockets', version='2.0.0-RC1')
)
Apache Ivy
<dependency org="com.sun.grizzly" name="grizzly-websockets" rev="2.0.0-RC1" />
Leiningen
[com.sun.grizzly/grizzly-websockets "2.0.0-RC1"]
Apache Buildr
'com.sun.grizzly:grizzly-websockets:jar:2.0.0-RC1'