License |
License |
---|---|
Categories |
Categoriesspringdoc-openapi Program Interface REST Frameworks |
GroupId | GroupIdorg.springdoc |
ArtifactId | ArtifactIdsample-springdoc-openapi-person-service |
Last Version | Last Version3.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDemo project for Spring Boot with openapi 3 documentation
|
<!-- https://jarcasting.com/artifacts/org.springdoc/sample-springdoc-openapi-person-service/ -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>sample-springdoc-openapi-person-service</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.springdoc/sample-springdoc-openapi-person-service/
implementation 'org.springdoc:sample-springdoc-openapi-person-service:3.1.5'
// https://jarcasting.com/artifacts/org.springdoc/sample-springdoc-openapi-person-service/
implementation ("org.springdoc:sample-springdoc-openapi-person-service:3.1.5")
'org.springdoc:sample-springdoc-openapi-person-service:jar:3.1.5'
<dependency org="org.springdoc" name="sample-springdoc-openapi-person-service" rev="3.1.5">
<artifact name="sample-springdoc-openapi-person-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='sample-springdoc-openapi-person-service', version='3.1.5')
)
libraryDependencies += "org.springdoc" % "sample-springdoc-openapi-person-service" % "3.1.5"
[org.springdoc/sample-springdoc-openapi-person-service "3.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springdoc : springdoc-openapi-ui | jar | 1.5.2 |
org.javamoney.moneta : moneta-core | jar | 1.3 |
org.zalando : jackson-datatype-money | jar | 1.1.1 |
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 |