s

springdoc-openapi-webmvc-core

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