Jar examples for r:rest-assured
Java DSL for easy testing of REST services
You can download jar file rest-assured 3.0.1 in this page.
Apache License
You can use the following script to add rest-assured-3.0.1.jar to your project.
<dependency> <groupId>io.rest-assured</groupId> <artifactId>rest-assured</artifactId> <version>3.0.1</version> </dependency>
compile group: 'io.rest-assured', name: 'rest-assured', version: '3.0.1'
libraryDependencies += "io.rest-assured" % "rest-assured" % "3.0.1"
<dependency org="io.rest-assured" name="rest-assured" rev="3.0.1"/>
@Grapes(@Grab(group='io.rest-assured', module='rest-assured', version='3.0.1'))
'io.rest-assured:rest-assured:jar:3.0.1'
Click the following link to download the jar file.
rest-assured-3.0.1-javadoc.jar