j

jersey-grizzly2

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