is not current version
Last Version 1.19.4

com.sun.jersey:jersey-grizzly2 1.19.1

Grizzly 2.0 container for Jersey

Categories

Categories

Grizzly Net Networking Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey
ArtifactId

ArtifactId

jersey-grizzly2
Version

Version

1.19.1
Type

Type

jar

Download jersey-grizzly2 1.19.1


<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-grizzly2/ -->
<dependency>
    <groupId>com.sun.jersey</groupId>
    <artifactId>jersey-grizzly2</artifactId>
    <version>1.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-grizzly2/
implementation 'com.sun.jersey:jersey-grizzly2:1.19.1'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-grizzly2/
implementation ("com.sun.jersey:jersey-grizzly2:1.19.1")
'com.sun.jersey:jersey-grizzly2:jar:1.19.1'
<dependency org="com.sun.jersey" name="jersey-grizzly2" rev="1.19.1">
  <artifact name="jersey-grizzly2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-grizzly2', version='1.19.1')
)
libraryDependencies += "com.sun.jersey" % "jersey-grizzly2" % "1.19.1"
[com.sun.jersey/jersey-grizzly2 "1.19.1"]