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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

jersey-test-framework-1.1.5.2-javadoc.jar
jersey-test-framework-1.1.5.2-sources.jar
jersey-test-framework-1.1.5.2.jar
jersey-test-framework-1.1.5.2.pom



Related Tutorials