is not current version
Last Version 2.0.6.RELEASE

org.springframework.restdocs:spring-restdocs-webtestclient 2.0.4.RELEASE

Spring REST Docs WebFlux

Categories

Categories

CLI User Interface
GroupId

GroupId

org.springframework.restdocs
ArtifactId

ArtifactId

spring-restdocs-webtestclient
Version

Version

2.0.4.RELEASE
Type

Type

jar

Download spring-restdocs-webtestclient 2.0.4.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-webtestclient/ -->
<dependency>
    <groupId>org.springframework.restdocs</groupId>
    <artifactId>spring-restdocs-webtestclient</artifactId>
    <version>2.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-webtestclient/
implementation 'org.springframework.restdocs:spring-restdocs-webtestclient:2.0.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-webtestclient/
implementation ("org.springframework.restdocs:spring-restdocs-webtestclient:2.0.4.RELEASE")
'org.springframework.restdocs:spring-restdocs-webtestclient:jar:2.0.4.RELEASE'
<dependency org="org.springframework.restdocs" name="spring-restdocs-webtestclient" rev="2.0.4.RELEASE">
  <artifact name="spring-restdocs-webtestclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.restdocs', module='spring-restdocs-webtestclient', version='2.0.4.RELEASE')
)
libraryDependencies += "org.springframework.restdocs" % "spring-restdocs-webtestclient" % "2.0.4.RELEASE"
[org.springframework.restdocs/spring-restdocs-webtestclient "2.0.4.RELEASE"]