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