| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаio.rest-assured |
| Идентификатор | Идентификаторspring-web-test-client |
| Версия | Версия5.0.1 |
| Тип | Типjar |
| Описание |
Описаниеspring-web-test-client
Java DSL for easy testing of REST services
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| spring-web-test-client-5.0.1.pom | |
| spring-web-test-client-5.0.1.jar | 60 KB |
| spring-web-test-client-5.0.1-sources.jar | 46 KB |
| spring-web-test-client-5.0.1-javadoc.jar | 221 KB |
| Обзор |
<!-- 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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/spring-web-test-client/
implementation 'io.rest-assured:spring-web-test-client:5.0.1'
// https://jarcasting.com/artifacts/io.rest-assured/spring-web-test-client/
implementation ("io.rest-assured:spring-web-test-client:5.0.1")
'io.rest-assured:spring-web-test-client:jar:5.0.1'
<dependency org="io.rest-assured" name="spring-web-test-client" rev="5.0.1">
<artifact name="spring-web-test-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='spring-web-test-client', version='5.0.1')
)
libraryDependencies += "io.rest-assured" % "spring-web-test-client" % "5.0.1"
[io.rest-assured/spring-web-test-client "5.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.rest-assured : rest-assured | jar | 5.0.1 |
| io.rest-assured : spring-commons | jar | 5.0.1 |
| org.springframework : spring-test | jar | 5.1.0.RELEASE |
| org.springframework : spring-context | jar | 5.1.0.RELEASE |
| org.springframework : spring-webflux | jar | 5.1.0.RELEASE |
| org.synchronoss.cloud : nio-multipart-parser | jar | 1.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |