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