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