s

springdoc-openapi-webmvc-core

Spring OpenAPI 3.0 documentation generator
https://springdoc.org/
The Apache License, Version 2.0
Badr NASS
Files download
File Operation
springdoc-openapi-webmvc-core-1.4.3.jar download
springdoc-openapi-webmvc-core-1.4.3.pom download
springdoc-openapi-webmvc-core-1.4.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springdoc</groupId>
  <artifactId>springdoc-openapi-webmvc-core</artifactId>
  <version>1.4.3</version>
</dependency>
Gradle Groovy
implementation 'org.springdoc:springdoc-openapi-webmvc-core:1.4.3'
Gradle Kotlin
implementation("org.springdoc:springdoc-openapi-webmvc-core:1.4.3")
Scala SBT
libraryDependencies += "org.springdoc" % "springdoc-openapi-webmvc-core" % "1.4.3"
Groovy Grape
@Grapes(
  @Grab(group='org.springdoc', module='springdoc-openapi-webmvc-core', version='1.4.3')
)
Apache Ivy
<dependency org="org.springdoc" name="springdoc-openapi-webmvc-core" rev="1.4.3" />
Leiningen
[org.springdoc/springdoc-openapi-webmvc-core "1.4.3"]
Apache Buildr
'org.springdoc:springdoc-openapi-webmvc-core:jar:1.4.3'