<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-grizzly</artifactId> <version>1.6-ea02</version> <type>bundle</type> </dependency>
implementation 'com.sun.jersey:jersey-grizzly:1.6-ea02'
implementation("com.sun.jersey:jersey-grizzly:1.6-ea02")
libraryDependencies += "com.sun.jersey" % "jersey-grizzly" % "1.6-ea02"
@Grapes( @Grab(group='com.sun.jersey', module='jersey-grizzly', version='1.6-ea02') )
<dependency org="com.sun.jersey" name="jersey-grizzly" rev="1.6-ea02" />
[com.sun.jersey/jersey-grizzly "1.6-ea02"]
'com.sun.jersey:jersey-grizzly:jar:1.6-ea02'
<parent> <groupId>com.sun.jersey</groupId> <artifactId>jersey-project</artifactId> <version>1.6-ea02</version> </parent>
compile
|-- com.sun.jersey:jersey-server
provided
|-- com.sun.grizzly:grizzly-servlet-webserver:1.9.18-i
|-- org.osgi:osgi_R4_core:1.0
test
|-- junit:junit:3.8.1