Download raml-tester-0.9.1.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.9.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials