не последняя версия
Последняя версия 2.7.1

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

Starter for using Spring Security's OAuth2 resource server features

Категории

Категории

Spring Boot Контейнер Микросервисы H2 Данные Базы данных OAuth2 Безопасность
Группа

Группа

org.springframework.boot
Идентификатор

Идентификатор

spring-boot-starter-oauth2-resource-server
Версия

Версия

2.1.2.RELEASE
Тип

Тип

jar

Скачать spring-boot-starter-oauth2-resource-server 2.1.2.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.1.2.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.1.2.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.1.2.RELEASE")
'org.springframework.boot:spring-boot-starter-oauth2-resource-server:jar:2.1.2.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-oauth2-resource-server" rev="2.1.2.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.1.2.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-oauth2-resource-server" % "2.1.2.RELEASE"
[org.springframework.boot/spring-boot-starter-oauth2-resource-server "2.1.2.RELEASE"]