is not current version
Last Version 5.1.1

io.rest-assured:rest-assured-common 3.1.0


GroupId

GroupId

io.rest-assured
ArtifactId

ArtifactId

rest-assured-common
Version

Version

3.1.0
Type

Type

jar

Download rest-assured-common 3.1.0


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