<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-grizzly2</artifactId> <version>1.14</version> </dependency>
implementation 'com.sun.jersey:jersey-grizzly2:1.14'
implementation("com.sun.jersey:jersey-grizzly2:1.14")
libraryDependencies += "com.sun.jersey" % "jersey-grizzly2" % "1.14"
@Grapes( @Grab(group='com.sun.jersey', module='jersey-grizzly2', version='1.14') )
<dependency org="com.sun.jersey" name="jersey-grizzly2" rev="1.14" />
[com.sun.jersey/jersey-grizzly2 "1.14"]
'com.sun.jersey:jersey-grizzly2:jar:1.14'
<parent> <groupId>com.sun.jersey</groupId> <artifactId>jersey-project</artifactId> <version>1.14</version> </parent>
compile
|-- org.glassfish.grizzly:grizzly-http
|-- org.glassfish.grizzly:grizzly-http-server