License |
License |
---|---|
Categories |
CategoriesGrizzly Net Networking Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.jersey-test-framework |
ArtifactId | ArtifactIdjersey-test-framework-grizzly |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJersey Test Framework - Grizzly Module
Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311)
production quality Reference Implementation for building
RESTful Web services.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-grizzly/ -->
<dependency>
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-grizzly</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-grizzly/
implementation 'com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-grizzly/
implementation ("com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly:1.19.4")
'com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly:jar:1.19.4'
<dependency org="com.sun.jersey.jersey-test-framework" name="jersey-test-framework-grizzly" rev="1.19.4">
<artifact name="jersey-test-framework-grizzly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.jersey-test-framework', module='jersey-test-framework-grizzly', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.jersey-test-framework" % "jersey-test-framework-grizzly" % "1.19.4"
[com.sun.jersey.jersey-test-framework/jersey-test-framework-grizzly "1.19.4"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.grizzly : grizzly-servlet-webserver | jar | 1.9.45 |