<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-resource-server</artifactId>
<version>5.1.1.RELEASE</version>
</dependency>
implementation 'org.springframework.security:spring-security-oauth2-resource-server:5.1.1.RELEASE'
implementation("org.springframework.security:spring-security-oauth2-resource-server:5.1.1.RELEASE")
libraryDependencies += "org.springframework.security" % "spring-security-oauth2-resource-server" % "5.1.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-oauth2-resource-server', version='5.1.1.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-oauth2-resource-server" rev="5.1.1.RELEASE" />
compile
|-- org.springframework.security:spring-security-core:5.1.1.RELEASE
|-- org.springframework.security:spring-security-oauth2-core:5.1.1.RELEASE
|-- org.springframework.security:spring-security-web:5.1.1.RELEASE
|-- org.springframework:spring-core:5.1.1.RELEASE
|-- io.projectreactor:reactor-core:3.2.1.RELEASE
|-- org.springframework.security:spring-security-oauth2-jose:5.1.1.RELEASE
|-- org.springframework:spring-webflux:5.1.1.RELEASE
provided
|-- javax.servlet:javax.servlet-api:4.0.1
test
|-- com.fasterxml.jackson.core:jackson-databind:2.9.7
|-- com.squareup.okhttp3:mockwebserver:3.10.0
|-- io.projectreactor.netty:reactor-netty:0.8.1.RELEASE
|-- io.projectreactor:reactor-test:3.2.1.RELEASE
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.11.1