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