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