j

jersey-grizzly2

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