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