s

springdoc-openapi-spring-boot-2-webmvc

Files download
File Operation
springdoc-openapi-spring-boot-2-webmvc-3.1.4.jar download
springdoc-openapi-spring-boot-2-webmvc-3.1.4.pom download
springdoc-openapi-spring-boot-2-webmvc-3.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springdoc</groupId>
  <artifactId>springdoc-openapi-spring-boot-2-webmvc</artifactId>
  <version>3.1.4</version>
</dependency>
Gradle Groovy
implementation 'org.springdoc:springdoc-openapi-spring-boot-2-webmvc:3.1.4'
Gradle Kotlin
implementation("org.springdoc:springdoc-openapi-spring-boot-2-webmvc:3.1.4")
Scala SBT
libraryDependencies += "org.springdoc" % "springdoc-openapi-spring-boot-2-webmvc" % "3.1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.springdoc', module='springdoc-openapi-spring-boot-2-webmvc', version='3.1.4')
)
Apache Ivy
<dependency org="org.springdoc" name="springdoc-openapi-spring-boot-2-webmvc" rev="3.1.4" />
Leiningen
[org.springdoc/springdoc-openapi-spring-boot-2-webmvc "3.1.4"]
Apache Buildr
'org.springdoc:springdoc-openapi-spring-boot-2-webmvc:jar:3.1.4'