License |
License |
---|---|
GroupId | GroupIdio.rest-assured |
ArtifactId | ArtifactIdrest-assured-parent |
Last Version | Last Version5.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionREST Assured Parent POM
Java DSL for easy testing of REST services
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-assured-parent-5.1.1.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rest-assured/rest-assured-parent/ -->
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured-parent</artifactId>
<version>5.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-parent/
implementation 'io.rest-assured:rest-assured-parent:5.1.1'
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-parent/
implementation ("io.rest-assured:rest-assured-parent:5.1.1")
'io.rest-assured:rest-assured-parent:pom:5.1.1'
<dependency org="io.rest-assured" name="rest-assured-parent" rev="5.1.1">
<artifact name="rest-assured-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='rest-assured-parent', version='5.1.1')
)
libraryDependencies += "io.rest-assured" % "rest-assured-parent" % "5.1.1"
[io.rest-assured/rest-assured-parent "5.1.1"]