is not current version
Last Version 5.1.1

io.rest-assured:rest-assured-parent 3.2.0

Java DSL for easy testing of REST services

GroupId

GroupId

io.rest-assured
ArtifactId

ArtifactId

rest-assured-parent
Version

Version

3.2.0
Type

Type

pom

Download rest-assured-parent 3.2.0


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