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