is not current version
Last Version 5.1.1

io.rest-assured:rest-assured-all 3.3.0


GroupId

GroupId

io.rest-assured
ArtifactId

ArtifactId

rest-assured-all
Version

Version

3.3.0
Type

Type

jar

Download rest-assured-all 3.3.0


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