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