s

springdoc-openapi-webmvc-core

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