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