<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-webtestclient</artifactId>
<version>2.0.4.RELEASE</version>
</dependency>
implementation 'org.springframework.restdocs:spring-restdocs-webtestclient:2.0.4.RELEASE'
implementation("org.springframework.restdocs:spring-restdocs-webtestclient:2.0.4.RELEASE")
libraryDependencies += "org.springframework.restdocs" % "spring-restdocs-webtestclient" % "2.0.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.restdocs', module='spring-restdocs-webtestclient', version='2.0.4.RELEASE')
)
<dependency org="org.springframework.restdocs" name="spring-restdocs-webtestclient" rev="2.0.4.RELEASE" />