Download raml-tester-0.8.7.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.7 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.7.jar to your project.

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

Download

Click the following link to download the jar file.

raml-tester-0.8.7-javadoc.jar
raml-tester-0.8.7-sources.jar
raml-tester-0.8.7.jar
raml-tester-0.8.7.pom



Related Tutorials