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