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