Jar examples for j:jersey-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.
You can download jar file jersey-test-framework 1.1.4 in this page.
Open Source License
You can use the following script to add jersey-test-framework-1.1.4.jar to your project.
<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-test-framework</artifactId> <version>1.1.4</version> </dependency>
compile group: 'com.sun.jersey', name: 'jersey-test-framework', version: '1.1.4'
libraryDependencies += "com.sun.jersey" % "jersey-test-framework" % "1.1.4"
<dependency org="com.sun.jersey" name="jersey-test-framework" rev="1.1.4"/>
@Grapes(@Grab(group='com.sun.jersey', module='jersey-test-framework', version='1.1.4'))
'com.sun.jersey:jersey-test-framework:jar:1.1.4'
Click the following link to download the jar file.
jersey-test-framework-1.1.4.jar