Last Version

io.rest-assured:rest-assured-all 5.1.1

Java DSL for easy testing of REST services

License

License

GroupId

GroupId

io.rest-assured
ArtifactId

ArtifactId

rest-assured-all
Version

Version

5.1.1
Type

Type

jar
Description

Description

Java DSL for easy testing of REST services
Source Code Management

Source Code Management

http://github.com/rest-assured/rest-assured/tree/master/rest-assured-all

Download rest-assured-all 5.1.1


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

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.groovy : groovy jar 4.0.1
org.apache.commons : commons-lang3 jar 3.11
org.apache.groovy : groovy-xml jar 4.0.1
org.ccil.cowan.tagsoup : tagsoup jar 1.2.1
org.apache.groovy : groovy-json jar 4.0.1

Project Modules

There are no modules declared in this project.