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