<dependency>
<groupId>com.atlassian.oai</groupId>
<artifactId>swagger-request-validator-mockmvc</artifactId>
<version>2.32.0</version>
</dependency>
libraryDependencies += "com.atlassian.oai" % "swagger-request-validator-mockmvc" % "2.32.0"
@Grapes(
@Grab(group='com.atlassian.oai', module='swagger-request-validator-mockmvc', version='2.32.0')
)
<dependency org="com.atlassian.oai" name="swagger-request-validator-mockmvc" rev="2.32.0" />
<parent> <groupId>com.atlassian.oai</groupId> <artifactId>swagger-request-validator</artifactId> <version>2.32.0</version> </parent>
compile
|-- com.atlassian.oai:swagger-request-validator-core
|-- org.springframework:spring-test
provided
|-- javax.servlet:javax.servlet-api
test
|-- org.springframework:spring-web
|-- org.springframework:spring-webmvc
|-- ch.qos.logback:logback-classic
|-- junit:junit