File | Operation |
---|---|
spring-restdocs-bom-3.0.3.pom | download |
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-bom</artifactId>
<version>3.0.3</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.springframework.restdocs', module='spring-restdocs-bom', version='3.0.3')
)