Download jersey-test-framework-inmemory-1.12.jar file - Jar j

Jar examples for j:jersey-test-framework-inmemory

Description

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

jersey-test-framework-inmemory-1.12-javadoc.jar
jersey-test-framework-inmemory-1.12-sources.jar
jersey-test-framework-inmemory-1.12.jar
jersey-test-framework-inmemory-1.12.pom



Related Tutorials