is not current version
Last Version 5.1.1

io.rest-assured:rest-assured-all 4.0.0


GroupId

GroupId

io.rest-assured
ArtifactId

ArtifactId

rest-assured-all
Version

Version

4.0.0
Type

Type

jar

Download rest-assured-all 4.0.0


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