g

grizzly-websockets

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