Download rest-assured-1.8.1.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 1.8.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials