| License | License | 
|---|---|
| Categories | CategoriesH2 Data Databases Security OAuth2 | 
| GroupId | GroupIdorg.springframework.security.oauth | 
| ArtifactId | ArtifactIdspring-security-oauth2 | 
| Version | Version2.5.2.RELEASE | 
| Type | Typejar | 
| Description | DescriptionOAuth2 for Spring Security Module for providing OAuth2 support to Spring Security | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.springframework.security.oauth/spring-security-oauth2/ -->
<dependency>
    <groupId>org.springframework.security.oauth</groupId>
    <artifactId>spring-security-oauth2</artifactId>
    <version>2.5.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.security.oauth/spring-security-oauth2/
implementation 'org.springframework.security.oauth:spring-security-oauth2:2.5.2.RELEASE'// https://jarcasting.com/artifacts/org.springframework.security.oauth/spring-security-oauth2/
implementation ("org.springframework.security.oauth:spring-security-oauth2:2.5.2.RELEASE")'org.springframework.security.oauth:spring-security-oauth2:jar:2.5.2.RELEASE'<dependency org="org.springframework.security.oauth" name="spring-security-oauth2" rev="2.5.2.RELEASE">
  <artifact name="spring-security-oauth2" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.security.oauth', module='spring-security-oauth2', version='2.5.2.RELEASE')
)libraryDependencies += "org.springframework.security.oauth" % "spring-security-oauth2" % "2.5.2.RELEASE"[org.springframework.security.oauth/spring-security-oauth2 "2.5.2.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-test | jar | 4.3.30.RELEASE | 
| com.squareup.okhttp3 : mockwebserver | jar | 3.7.0 | 
| org.powermock : powermock-module-junit4 | jar | 1.7.4 | 
| org.powermock : powermock-api-mockito | jar | 1.7.4 | 
| org.mockito : mockito-core | jar | 1.10.19 | 
| org.slf4j : slf4j-api | jar | 1.7.6 | 
| org.hsqldb : hsqldb-j5 | jar | 2.0.0 |