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