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