<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.0.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.swagger.core.v3', module='swagger-annotations', version='2.0.1')
)