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