s

springdoc-openapi-spring-boot-2-webmvc

文件下载
文件名 操作
springdoc-openapi-spring-boot-2-webmvc-3.1.5.jar 下载
springdoc-openapi-spring-boot-2-webmvc-3.1.5.pom 下载
springdoc-openapi-spring-boot-2-webmvc-3.1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springdoc</groupId>
  <artifactId>springdoc-openapi-spring-boot-2-webmvc</artifactId>
  <version>3.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.springdoc:springdoc-openapi-spring-boot-2-webmvc:3.1.5'
Gradle Kotlin
implementation("org.springdoc:springdoc-openapi-spring-boot-2-webmvc:3.1.5")
Scala SBT
libraryDependencies += "org.springdoc" % "springdoc-openapi-spring-boot-2-webmvc" % "3.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.springdoc', module='springdoc-openapi-spring-boot-2-webmvc', version='3.1.5')
)
Apache Ivy
<dependency org="org.springdoc" name="springdoc-openapi-spring-boot-2-webmvc" rev="3.1.5" />
Leiningen
[org.springdoc/springdoc-openapi-spring-boot-2-webmvc "3.1.5"]
Apache Buildr
'org.springdoc:springdoc-openapi-spring-boot-2-webmvc:jar:3.1.5'