Last Version

REST Assured Parent POM 2.9.0

Java DSL for easy testing of REST services

License

License

GroupId

GroupId

com.jayway.restassured
ArtifactId

ArtifactId

rest-assured-parent
Version

Version

2.9.0
Type

Type

pom
Description

Description

REST Assured Parent POM
Java DSL for easy testing of REST services
Project URL

Project URL

http://code.google.com/p/rest-assured
Source Code Management

Source Code Management

http://github.com/jayway/rest-assured/tree/master

Download rest-assured-parent 2.9.0


<!-- https://jarcasting.com/artifacts/com.jayway.restassured/rest-assured-parent/ -->
<dependency>
    <groupId>com.jayway.restassured</groupId>
    <artifactId>rest-assured-parent</artifactId>
    <version>2.9.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jayway.restassured/rest-assured-parent/
implementation 'com.jayway.restassured:rest-assured-parent:2.9.0'
// https://jarcasting.com/artifacts/com.jayway.restassured/rest-assured-parent/
implementation ("com.jayway.restassured:rest-assured-parent:2.9.0")
'com.jayway.restassured:rest-assured-parent:pom:2.9.0'
<dependency org="com.jayway.restassured" name="rest-assured-parent" rev="2.9.0">
  <artifact name="rest-assured-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jayway.restassured', module='rest-assured-parent', version='2.9.0')
)
libraryDependencies += "com.jayway.restassured" % "rest-assured-parent" % "2.9.0"
[com.jayway.restassured/rest-assured-parent "2.9.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • modules
  • rest-assured
  • examples
  • json-path
  • rest-assured-common
  • xml-path