j

jersey-grizzly2

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