Download swagger-annotations-1.5.13.jar file - Jar s

Jar examples for s:swagger-annotations

Description

You can download jar file swagger-annotations 1.5.13 in this page.

Build File

You can use the following script to add swagger-annotations-1.5.13.jar to your project.

<dependency>
   <groupId>io.swagger</groupId>
   <artifactId>swagger-annotations</artifactId>
   <version>1.5.13</version>
</dependency>
compile group: 'io.swagger', name: 'swagger-annotations', version: '1.5.13'
libraryDependencies += "io.swagger" % "swagger-annotations" % "1.5.13"
<dependency org="io.swagger" name="swagger-annotations" rev="1.5.13"/>
@Grapes(@Grab(group='io.swagger', module='swagger-annotations', version='1.5.13'))
'io.swagger:swagger-annotations:jar:1.5.13'

Download

Click the following link to download the jar file.

swagger-annotations-1.5.13-javadoc.jar
swagger-annotations-1.5.13-sources.jar
swagger-annotations-1.5.13.jar
swagger-annotations-1.5.13.pom



Related Tutorials