Download raml-tester-0.8.8.jar file - Jar r

Jar examples for r:raml-tester

Description

Test if a request/response matches a given raml definition.

You can download jar file raml-tester 0.8.8 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add raml-tester-0.8.8.jar to your project.

<dependency>
   <groupId>guru.nidi.raml</groupId>
   <artifactId>raml-tester</artifactId>
   <version>0.8.8</version>
</dependency>
compile group: 'guru.nidi.raml', name: 'raml-tester', version: '0.8.8'
libraryDependencies += "guru.nidi.raml" % "raml-tester" % "0.8.8"
<dependency org="guru.nidi.raml" name="raml-tester" rev="0.8.8"/>
@Grapes(@Grab(group='guru.nidi.raml', module='raml-tester', version='0.8.8'))
'guru.nidi.raml:raml-tester:jar:0.8.8'

Download

Click the following link to download the jar file.

raml-tester-0.8.8-javadoc.jar
raml-tester-0.8.8-jdk6.jar
raml-tester-0.8.8-sources.jar
raml-tester-0.8.8.jar
raml-tester-0.8.8.pom



Related Tutorials