<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-common</artifactId>
<version>2.6.0</version>
</dependency>
@Grapes(
@Grab(group='io.springfox', module='springfox-swagger-common', version='2.6.0')
)
compile
|-- io.swagger:swagger-annotations:1.5.10
|-- io.swagger:swagger-models:1.5.10
|-- io.springfox:springfox-spi:2.6.0
|-- io.springfox:springfox-schema:2.6.0
|-- io.springfox:springfox-spring-web:2.6.0
|-- com.google.guava:guava:18.0
|-- com.fasterxml:classmate:1.3.1
|-- org.slf4j:slf4j-api:1.7.21
|-- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
|-- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
provided
|-- org.springframework:spring-core:4.2.8.RELEASE
|-- org.springframework:spring-web:4.2.8.RELEASE
|-- org.springframework:spring-webmvc:4.2.8.RELEASE
|-- org.springframework:spring-context:4.2.8.RELEASE
|-- javax.servlet:javax.servlet-api:3.1.0
|-- com.fasterxml.jackson.core:jackson-core:2.7.7