Download rest-assured-3.0.7.jar file - Jar r

Jar examples for r:rest-assured

Description

Java DSL for easy testing of REST services

You can download jar file rest-assured 3.0.7 in this page.

License

Apache License

Build File

You can use the following script to add rest-assured-3.0.7.jar to your project.

<dependency>
   <groupId>io.rest-assured</groupId>
   <artifactId>rest-assured</artifactId>
   <version>3.0.7</version>
</dependency>
compile group: 'io.rest-assured', name: 'rest-assured', version: '3.0.7'
libraryDependencies += "io.rest-assured" % "rest-assured" % "3.0.7"
<dependency org="io.rest-assured" name="rest-assured" rev="3.0.7"/>
@Grapes(@Grab(group='io.rest-assured', module='rest-assured', version='3.0.7'))
'io.rest-assured:rest-assured:jar:3.0.7'

Download

Click the following link to download the jar file.

rest-assured-3.0.7-javadoc.jar
rest-assured-3.0.7-sources.jar
rest-assured-3.0.7.jar
rest-assured-3.0.7.pom



Related Tutorials