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