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