Download rest-specs-core-9.0.3.jar file - Jar r

Jar examples for r:rest-specs-core

Description

A test-friendly mechanism for expressing RESTful http contracts. Core software module.

You can download jar file rest-specs-core 9.0.3 in this page.

License

GNU General Public License (GPL)

Build File

You can use the following script to add rest-specs-core-9.0.3.jar to your project.

<dependency>
   <groupId>com.cj.restspecs</groupId>
   <artifactId>rest-specs-core</artifactId>
   <version>9.0.3</version>
</dependency>
compile group: 'com.cj.restspecs', name: 'rest-specs-core', version: '9.0.3'
libraryDependencies += "com.cj.restspecs" % "rest-specs-core" % "9.0.3"
<dependency org="com.cj.restspecs" name="rest-specs-core" rev="9.0.3"/>
@Grapes(@Grab(group='com.cj.restspecs', module='rest-specs-core', version='9.0.3'))
'com.cj.restspecs:rest-specs-core:jar:9.0.3'

Download

Click the following link to download the jar file.

rest-specs-core-9.0.3-javadoc.jar
rest-specs-core-9.0.3-sources.jar
rest-specs-core-9.0.3-test-sources.jar
rest-specs-core-9.0.3.jar
rest-specs-core-9.0.3.pom



Related Tutorials