GroupId | GroupIdio.rest-assured |
---|---|
ArtifactId | ArtifactIdrest-assured-parent |
Version | Version4.3.3 |
Type | Typepom |
Filename | Size |
---|---|
rest-assured-parent-4.3.3.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rest-assured/rest-assured-parent/ -->
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured-parent</artifactId>
<version>4.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-parent/
implementation 'io.rest-assured:rest-assured-parent:4.3.3'
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-parent/
implementation ("io.rest-assured:rest-assured-parent:4.3.3")
'io.rest-assured:rest-assured-parent:pom:4.3.3'
<dependency org="io.rest-assured" name="rest-assured-parent" rev="4.3.3">
<artifact name="rest-assured-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='rest-assured-parent', version='4.3.3')
)
libraryDependencies += "io.rest-assured" % "rest-assured-parent" % "4.3.3"
[io.rest-assured/rest-assured-parent "4.3.3"]