Categories |
CategoriesGrizzly Net Networking Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey |
ArtifactId | ArtifactIdjersey-grizzly |
Version | Version1.18.1 |
Type | Typejar |
Filename | Size |
---|---|
jersey-grizzly-1.18.1.pom | |
jersey-grizzly-1.18.1.jar | 18 KB |
jersey-grizzly-1.18.1-sources.jar | 12 KB |
jersey-grizzly-1.18.1-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-grizzly/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-grizzly</artifactId>
<version>1.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-grizzly/
implementation 'com.sun.jersey:jersey-grizzly:1.18.1'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-grizzly/
implementation ("com.sun.jersey:jersey-grizzly:1.18.1")
'com.sun.jersey:jersey-grizzly:jar:1.18.1'
<dependency org="com.sun.jersey" name="jersey-grizzly" rev="1.18.1">
<artifact name="jersey-grizzly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-grizzly', version='1.18.1')
)
libraryDependencies += "com.sun.jersey" % "jersey-grizzly" % "1.18.1"
[com.sun.jersey/jersey-grizzly "1.18.1"]