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