<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-core</artifactId>
<version>5.0.3.RELEASE</version>
</dependency>
implementation 'org.springframework.security:spring-security-oauth2-core:5.0.3.RELEASE'
implementation("org.springframework.security:spring-security-oauth2-core:5.0.3.RELEASE")
libraryDependencies += "org.springframework.security" % "spring-security-oauth2-core" % "5.0.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-oauth2-core', version='5.0.3.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-oauth2-core" rev="5.0.3.RELEASE" />
compile
|-- org.springframework.security:spring-security-core:5.0.3.RELEASE
|-- org.springframework:spring-core:5.0.4.RELEASE
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.9.0
|-- org.mockito:mockito-core:2.13.0
|-- org.powermock:powermock-api-mockito2:2.0.0-beta.5
|-- org.powermock:powermock-api-support:2.0.0-beta.5
|-- org.powermock:powermock-core:2.0.0-beta.5
|-- org.powermock:powermock-module-junit4:2.0.0-beta.5
|-- org.powermock:powermock-module-junit4-common:2.0.0-beta.5