Files download
File Operation
spring-restdocs-webtestclient-3.0.1.jar download
spring-restdocs-webtestclient-3.0.1.pom download
spring-restdocs-webtestclient-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.restdocs</groupId>
  <artifactId>spring-restdocs-webtestclient</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.restdocs:spring-restdocs-webtestclient:3.0.1'
Gradle Kotlin
implementation("org.springframework.restdocs:spring-restdocs-webtestclient:3.0.1")
Scala SBT
libraryDependencies += "org.springframework.restdocs" % "spring-restdocs-webtestclient" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.restdocs', module='spring-restdocs-webtestclient', version='3.0.1')
)
Apache Ivy
<dependency org="org.springframework.restdocs" name="spring-restdocs-webtestclient" rev="3.0.1" />
Leiningen
[org.springframework.restdocs/spring-restdocs-webtestclient "3.0.1"]
Apache Buildr
'org.springframework.restdocs:spring-restdocs-webtestclient:jar:3.0.1'