License |
License |
---|---|
Categories |
Categoriesspringdoc-openapi Program Interface REST Frameworks |
GroupId | GroupIdorg.springdoc |
ArtifactId | ArtifactIdspringdoc-openapi-common |
Version | Version1.6.9 |
Type | Typejar |
Description |
DescriptionSpring openapi documentation
|
<!-- https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-common/ -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-common</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-common/
implementation 'org.springdoc:springdoc-openapi-common:1.6.9'
// https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-common/
implementation ("org.springdoc:springdoc-openapi-common:1.6.9")
'org.springdoc:springdoc-openapi-common:jar:1.6.9'
<dependency org="org.springdoc" name="springdoc-openapi-common" rev="1.6.9">
<artifact name="springdoc-openapi-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='springdoc-openapi-common', version='1.6.9')
)
libraryDependencies += "org.springdoc" % "springdoc-openapi-common" % "1.6.9"
[org.springdoc/springdoc-openapi-common "1.6.9"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.7.0 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.7.0 |
org.springframework : spring-web | jar | |
io.swagger.core.v3 : swagger-core | jar | 2.2.0 |
org.springframework.boot : spring-boot-starter-actuator Optional | jar | 2.7.0 |
org.springframework.data : spring-data-rest-core Optional | jar | |
org.springframework.cloud : spring-cloud-function-web Optional | jar | 3.2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.7.0 |