is not current version
Last Version 5.1.1

io.rest-assured:rest-assured-common 3.0.7


GroupId

GroupId

io.rest-assured
ArtifactId

ArtifactId

rest-assured-common
Version

Version

3.0.7
Type

Type

jar

Download rest-assured-common 3.0.7


<!-- https://jarcasting.com/artifacts/io.rest-assured/rest-assured-common/ -->
<dependency>
    <groupId>io.rest-assured</groupId>
    <artifactId>rest-assured-common</artifactId>
    <version>3.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-common/
implementation 'io.rest-assured:rest-assured-common:3.0.7'
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-common/
implementation ("io.rest-assured:rest-assured-common:3.0.7")
'io.rest-assured:rest-assured-common:jar:3.0.7'
<dependency org="io.rest-assured" name="rest-assured-common" rev="3.0.7">
  <artifact name="rest-assured-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='rest-assured-common', version='3.0.7')
)
libraryDependencies += "io.rest-assured" % "rest-assured-common" % "3.0.7"
[io.rest-assured/rest-assured-common "3.0.7"]