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