License |
License |
---|---|
Categories |
CategoriesNative Development Tools springdoc-openapi Program Interface REST Frameworks |
GroupId | GroupIdorg.springdoc |
ArtifactId | ArtifactIdspringdoc-openapi-native |
Last Version | Last Version1.6.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring openapi documentation
|
<!-- https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-native/ -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-native</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-native/
implementation 'org.springdoc:springdoc-openapi-native:1.6.9'
// https://jarcasting.com/artifacts/org.springdoc/springdoc-openapi-native/
implementation ("org.springdoc:springdoc-openapi-native:1.6.9")
'org.springdoc:springdoc-openapi-native:jar:1.6.9'
<dependency org="org.springdoc" name="springdoc-openapi-native" rev="1.6.9">
<artifact name="springdoc-openapi-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='springdoc-openapi-native', version='1.6.9')
)
libraryDependencies += "org.springdoc" % "springdoc-openapi-native" % "1.6.9"
[org.springdoc/springdoc-openapi-native "1.6.9"]
Group / Artifact | Type | Version |
---|---|---|
org.springdoc : springdoc-openapi-common | jar | 1.6.9 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.7.0 |
org.springframework.experimental » spring-native | jar | 0.11.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springdoc : springdoc-openapi-webmvc-core | jar | 1.6.9 |
org.springframework.boot : spring-boot-starter-test | jar | 2.7.0 |