License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices springdoc-openapi Program Interface REST Frameworks |
GroupId | GroupIdorg.springdoc |
ArtifactId | ArtifactIdspringdoc-openapi-spring-boot-2-webmvc |
Last Version | Last Version3.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring-openapi demos
|
<!-- https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-spring-boot-2-webmvc/ -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-spring-boot-2-webmvc</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-spring-boot-2-webmvc/
implementation 'org.springdoc:springdoc-openapi-spring-boot-2-webmvc:3.1.5'
// https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-spring-boot-2-webmvc/
implementation ("org.springdoc:springdoc-openapi-spring-boot-2-webmvc:3.1.5")
'org.springdoc:springdoc-openapi-spring-boot-2-webmvc:jar:3.1.5'
<dependency org="org.springdoc" name="springdoc-openapi-spring-boot-2-webmvc" rev="3.1.5">
<artifact name="springdoc-openapi-spring-boot-2-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='springdoc-openapi-spring-boot-2-webmvc', version='3.1.5')
)
libraryDependencies += "org.springdoc" % "springdoc-openapi-spring-boot-2-webmvc" % "3.1.5"
[org.springdoc/springdoc-openapi-spring-boot-2-webmvc "3.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.data : spring-data-commons | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar | |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | |
org.springdoc : springdoc-openapi-ui | jar | 1.5.2 |
org.springframework.boot : spring-boot-devtools Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |