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