is not current version
Last Version 2.5.2.RELEASE

org.springframework.security.oauth:spring-security-oauth2 2.0.5.RELEASE

Module for providing OAuth2 support to Spring Security

Categories

Categories

H2 Data Databases Security OAuth2
GroupId

GroupId

org.springframework.security.oauth
ArtifactId

ArtifactId

spring-security-oauth2
Version

Version

2.0.5.RELEASE
Type

Type

jar

Download spring-security-oauth2 2.0.5.RELEASE


<!-- 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.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.security.oauth/spring-security-oauth2/
implementation 'org.springframework.security.oauth:spring-security-oauth2:2.0.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.security.oauth/spring-security-oauth2/
implementation ("org.springframework.security.oauth:spring-security-oauth2:2.0.5.RELEASE")
'org.springframework.security.oauth:spring-security-oauth2:jar:2.0.5.RELEASE'
<dependency org="org.springframework.security.oauth" name="spring-security-oauth2" rev="2.0.5.RELEASE">
  <artifact name="spring-security-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security.oauth', module='spring-security-oauth2', version='2.0.5.RELEASE')
)
libraryDependencies += "org.springframework.security.oauth" % "spring-security-oauth2" % "2.0.5.RELEASE"
[org.springframework.security.oauth/spring-security-oauth2 "2.0.5.RELEASE"]