License |
License |
---|---|
GroupId | GroupIdio.rest-assured |
ArtifactId | ArtifactIdrest-assured-all |
Last Version | Last Version5.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava DSL for easy testing of REST services
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-assured-all-5.1.1.pom | |
rest-assured-all-5.1.1.jar | 183 KB |
rest-assured-all-5.1.1-sources.jar | 92 KB |
rest-assured-all-5.1.1-javadoc.jar | 22 KB |
Browse |
<!-- 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"]
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 |