License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.rest-assured |
ArtifactId | ArtifactIdspring-web-test-client |
Last Version | Last Version5.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-web-test-client
Java DSL for easy testing of REST services
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.rest-assured/spring-web-test-client/ -->
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>spring-web-test-client</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/spring-web-test-client/
implementation 'io.rest-assured:spring-web-test-client:5.1.1'
// https://jarcasting.com/artifacts/io.rest-assured/spring-web-test-client/
implementation ("io.rest-assured:spring-web-test-client:5.1.1")
'io.rest-assured:spring-web-test-client:jar:5.1.1'
<dependency org="io.rest-assured" name="spring-web-test-client" rev="5.1.1">
<artifact name="spring-web-test-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='spring-web-test-client', version='5.1.1')
)
libraryDependencies += "io.rest-assured" % "spring-web-test-client" % "5.1.1"
[io.rest-assured/spring-web-test-client "5.1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.rest-assured : rest-assured | jar | 5.1.1 |
io.rest-assured : spring-commons | jar | 5.1.1 |
org.springframework : spring-test Optional | jar | 5.1.0.RELEASE |
org.springframework : spring-context | jar | 5.1.0.RELEASE |
org.springframework : spring-webflux Optional | jar | 5.1.0.RELEASE |
org.synchronoss.cloud : nio-multipart-parser | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.powermock : powermock-module-junit4 | jar | 1.7.4 |
commons-io : commons-io | jar | 2.8.0 |
org.assertj : assertj-core | jar | 3.16.1 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.2 |
org.springframework.restdocs : spring-restdocs-core | jar | 2.0.2.RELEASE |
org.springframework.restdocs : spring-restdocs-webtestclient | jar | 2.0.2.RELEASE |
org.skyscreamer : jsonassert | jar | 1.5.0 |