License |
License |
---|---|
GroupId | GroupIdorg.springdoc |
ArtifactId | ArtifactIdoauth-resource-server |
Last Version | Last Version3.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring-openapi demos
|
<!-- https://jarcasting.com/artifacts/org.springdoc/oauth-resource-server/ -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>oauth-resource-server</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.springdoc/oauth-resource-server/
implementation 'org.springdoc:oauth-resource-server:3.1.5'
// https://jarcasting.com/artifacts/org.springdoc/oauth-resource-server/
implementation ("org.springdoc:oauth-resource-server:3.1.5")
'org.springdoc:oauth-resource-server:jar:3.1.5'
<dependency org="org.springdoc" name="oauth-resource-server" rev="3.1.5">
<artifact name="oauth-resource-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='oauth-resource-server', version='3.1.5')
)
libraryDependencies += "org.springdoc" % "oauth-resource-server" % "3.1.5"
[org.springdoc/oauth-resource-server "3.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-oauth2-resource-server | jar | |
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
com.h2database : h2 | jar | |
org.springdoc : springdoc-openapi-ui | jar | 1.5.2 |
org.springdoc : springdoc-openapi-security | 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 |
---|---|---|
io.rest-assured : rest-assured | jar | |
org.springframework.boot : spring-boot-starter-test | jar |