文件下载
文件名 操作
swagger-integration-2.1.2.jar 下载
swagger-integration-2.1.2.pom 下载
swagger-integration-2.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.swagger.core.v3</groupId>
  <artifactId>swagger-integration</artifactId>
  <version>2.1.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.swagger.core.v3:swagger-integration:2.1.2'
Gradle Kotlin
implementation("io.swagger.core.v3:swagger-integration:2.1.2")
Scala SBT
libraryDependencies += "io.swagger.core.v3" % "swagger-integration" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.swagger.core.v3', module='swagger-integration', version='2.1.2')
)
Apache Ivy
<dependency org="io.swagger.core.v3" name="swagger-integration" rev="2.1.2" />
Leiningen
[io.swagger.core.v3/swagger-integration "2.1.2"]
Apache Buildr
'io.swagger.core.v3:swagger-integration:jar:2.1.2'