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