| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.springframework.restdocs |
| Идентификатор | Идентификаторspring-restdocs-webtestclient |
| Версия | Версия2.0.5.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеSpring REST Docs WebFlux
Spring REST Docs WebFlux
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-webtestclient/ -->
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-webtestclient</artifactId>
<version>2.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-webtestclient/
implementation 'org.springframework.restdocs:spring-restdocs-webtestclient:2.0.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-webtestclient/
implementation ("org.springframework.restdocs:spring-restdocs-webtestclient:2.0.5.RELEASE")
'org.springframework.restdocs:spring-restdocs-webtestclient:jar:2.0.5.RELEASE'
<dependency org="org.springframework.restdocs" name="spring-restdocs-webtestclient" rev="2.0.5.RELEASE">
<artifact name="spring-restdocs-webtestclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.restdocs', module='spring-restdocs-webtestclient', version='2.0.5.RELEASE')
)
libraryDependencies += "org.springframework.restdocs" % "spring-restdocs-webtestclient" % "2.0.5.RELEASE"
[org.springframework.restdocs/spring-restdocs-webtestclient "2.0.5.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-test | jar | |
| org.springframework : spring-webflux | jar | |
| org.springframework.restdocs : spring-restdocs-core | jar | 2.0.5.RELEASE |