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