Download jersey-test-framework-1.0.3.jar file - Jar j

Jar examples for j:jersey-test-framework

Description

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.

You can download jar file jersey-test-framework 1.0.3 in this page.

License

Open Source License

Build File

You can use the following script to add jersey-test-framework-1.0.3.jar to your project.

<dependency>
   <groupId>com.sun.jersey.test.framework</groupId>
   <artifactId>jersey-test-framework</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'com.sun.jersey.test.framework', name: 'jersey-test-framework', version: '1.0.3'
libraryDependencies += "com.sun.jersey.test.framework" % "jersey-test-framework" % "1.0.3"
<dependency org="com.sun.jersey.test.framework" name="jersey-test-framework" rev="1.0.3"/>
@Grapes(@Grab(group='com.sun.jersey.test.framework', module='jersey-test-framework', version='1.0.3'))
'com.sun.jersey.test.framework:jersey-test-framework:jar:1.0.3'

Download

Click the following link to download the jar file.

jersey-test-framework-1.0.3-sources.jar
jersey-test-framework-1.0.3.jar
jersey-test-framework-1.0.3.pom



Related Tutorials