Download jersey-test-framework-1.0.3.1.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.1 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials