Files download
File Operation
swagger-annotations-1.6.3.jar download
swagger-annotations-1.6.3.pom download
swagger-annotations-1.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.swagger</groupId>
  <artifactId>swagger-annotations</artifactId>
  <version>1.6.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.swagger:swagger-annotations:1.6.3'
Gradle Kotlin
implementation("io.swagger:swagger-annotations:1.6.3")
Scala SBT
libraryDependencies += "io.swagger" % "swagger-annotations" % "1.6.3"
Groovy Grape
@Grapes(
  @Grab(group='io.swagger', module='swagger-annotations', version='1.6.3')
)
Apache Ivy
<dependency org="io.swagger" name="swagger-annotations" rev="1.6.3" />
Leiningen
[io.swagger/swagger-annotations "1.6.3"]
Apache Buildr
'io.swagger:swagger-annotations:jar:1.6.3'