GroupId | GroupIdcom.thegoate |
---|---|
ArtifactId | ArtifactIdrestassured |
Version | Version0.15.8.202102182224 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thegoate/restassured/ -->
<dependency>
<groupId>com.thegoate</groupId>
<artifactId>restassured</artifactId>
<version>0.15.8.202102182224</version>
</dependency>
// https://jarcasting.com/artifacts/com.thegoate/restassured/
implementation 'com.thegoate:restassured:0.15.8.202102182224'
// https://jarcasting.com/artifacts/com.thegoate/restassured/
implementation ("com.thegoate:restassured:0.15.8.202102182224")
'com.thegoate:restassured:jar:0.15.8.202102182224'
<dependency org="com.thegoate" name="restassured" rev="0.15.8.202102182224">
<artifact name="restassured" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thegoate', module='restassured', version='0.15.8.202102182224')
)
libraryDependencies += "com.thegoate" % "restassured" % "0.15.8.202102182224"
[com.thegoate/restassured "0.15.8.202102182224"]