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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials