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