is not current version
Last Version 2.7.1

org.springframework.boot:spring-boot-starter-oauth2-resource-server 2.2.1.RELEASE

Starter for using Spring Security's OAuth2 resource server features

Categories

Categories

Spring Boot Container Microservices H2 Data Databases OAuth2 Security
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-oauth2-resource-server
Version

Version

2.2.1.RELEASE
Type

Type

jar

Download spring-boot-starter-oauth2-resource-server 2.2.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-oauth2-resource-server/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
    <version>2.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-oauth2-resource-server/
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.2.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-oauth2-resource-server/
implementation ("org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.2.1.RELEASE")
'org.springframework.boot:spring-boot-starter-oauth2-resource-server:jar:2.2.1.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-oauth2-resource-server" rev="2.2.1.RELEASE">
  <artifact name="spring-boot-starter-oauth2-resource-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-oauth2-resource-server', version='2.2.1.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-oauth2-resource-server" % "2.2.1.RELEASE"
[org.springframework.boot/spring-boot-starter-oauth2-resource-server "2.2.1.RELEASE"]