s

springdoc-openapi-webmvc-core

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