<dependency>
<groupId>com.atlassian.oai</groupId>
<artifactId>swagger-request-validator-springmvc</artifactId>
<version>1.3.8</version>
</dependency>
libraryDependencies += "com.atlassian.oai" % "swagger-request-validator-springmvc" % "1.3.8"
@Grapes(
@Grab(group='com.atlassian.oai', module='swagger-request-validator-springmvc', version='1.3.8')
)
<dependency org="com.atlassian.oai" name="swagger-request-validator-springmvc" rev="1.3.8" />
<parent> <groupId>com.atlassian.oai</groupId> <artifactId>swagger-request-validator</artifactId> <version>1.3.8</version> </parent>
compile
|-- com.atlassian.oai:swagger-request-validator-core
provided
|-- org.springframework:spring-webmvc
|-- javax.servlet:javax.servlet-api
test
|-- org.springframework.boot:spring-boot-starter-test:1.4.0.RELEASE
|-- org.springframework.boot:spring-boot-starter-web-services:1.4.0.RELEASE
|-- junit:junit