<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth2</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
implementation 'org.springframework.security.oauth:spring-security-oauth2:2.0.3.RELEASE'
implementation("org.springframework.security.oauth:spring-security-oauth2:2.0.3.RELEASE")
libraryDependencies += "org.springframework.security.oauth" % "spring-security-oauth2" % "2.0.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.security.oauth', module='spring-security-oauth2', version='2.0.3.RELEASE')
)
<dependency org="org.springframework.security.oauth" name="spring-security-oauth2" rev="2.0.3.RELEASE" />
<parent> <groupId>org.springframework.security.oauth</groupId> <artifactId>spring-security-oauth-parent</artifactId> <version>2.0.3.RELEASE</version> </parent>
compile
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- org.springframework:spring-aop
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-webmvc
|-- org.springframework.security:spring-security-core
|-- org.springframework.security:spring-security-config
|-- org.springframework.security:spring-security-jwt:1.0.2.RELEASE
|-- org.springframework.security:spring-security-web
|-- commons-codec:commons-codec:1.6
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|-- com.fasterxml.jackson.core:jackson-annotations:2.3.2
|-- com.fasterxml.jackson.core:jackson-databind:2.3.2
|-- org.apache.httpcomponents:httpclient:4.3.3
|-- junit:junit:4.11
provided
|-- javax.servlet:javax.servlet-api:3.0.1
test
|-- org.springframework:spring-test
|-- org.powermock:powermock-module-junit4:1.5.4
|-- org.powermock:powermock-api-mockito:1.5.4