is not current version
Last Version 2.0.6.RELEASE

org.springframework.restdocs:spring-restdocs-mockmvc 2.0.2.RELEASE

Spring REST Docs MockMvc

GroupId

GroupId

org.springframework.restdocs
ArtifactId

ArtifactId

spring-restdocs-mockmvc
Version

Version

2.0.2.RELEASE
Type

Type

jar

Download spring-restdocs-mockmvc 2.0.2.RELEASE


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