| GroupId | GroupIdorg.springframework.restdocs | 
|---|---|
| ArtifactId | ArtifactIdspring-restdocs-mockmvc | 
| Version | Version1.1.3.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-mockmvc/ -->
<dependency>
    <groupId>org.springframework.restdocs</groupId>
    <artifactId>spring-restdocs-mockmvc</artifactId>
    <version>1.1.3.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-mockmvc/
implementation 'org.springframework.restdocs:spring-restdocs-mockmvc:1.1.3.RELEASE'// https://jarcasting.com/artifacts/org.springframework.restdocs/spring-restdocs-mockmvc/
implementation ("org.springframework.restdocs:spring-restdocs-mockmvc:1.1.3.RELEASE")'org.springframework.restdocs:spring-restdocs-mockmvc:jar:1.1.3.RELEASE'<dependency org="org.springframework.restdocs" name="spring-restdocs-mockmvc" rev="1.1.3.RELEASE">
  <artifact name="spring-restdocs-mockmvc" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.restdocs', module='spring-restdocs-mockmvc', version='1.1.3.RELEASE')
)libraryDependencies += "org.springframework.restdocs" % "spring-restdocs-mockmvc" % "1.1.3.RELEASE"[org.springframework.restdocs/spring-restdocs-mockmvc "1.1.3.RELEASE"]