is not current version
Last Version 2.5.2.RELEASE

org.springframework.security.oauth:spring-security-oauth 2.1.2.RELEASE

Module for providing OAuth support to Spring Security

Categories

Categories

Security
GroupId

GroupId

org.springframework.security.oauth
ArtifactId

ArtifactId

spring-security-oauth
Version

Version

2.1.2.RELEASE
Type

Type

jar

Download spring-security-oauth 2.1.2.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.security.oauth/spring-security-oauth/ -->
<dependency>
    <groupId>org.springframework.security.oauth</groupId>
    <artifactId>spring-security-oauth</artifactId>
    <version>2.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.security.oauth/spring-security-oauth/
implementation 'org.springframework.security.oauth:spring-security-oauth:2.1.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.security.oauth/spring-security-oauth/
implementation ("org.springframework.security.oauth:spring-security-oauth:2.1.2.RELEASE")
'org.springframework.security.oauth:spring-security-oauth:jar:2.1.2.RELEASE'
<dependency org="org.springframework.security.oauth" name="spring-security-oauth" rev="2.1.2.RELEASE">
  <artifact name="spring-security-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security.oauth', module='spring-security-oauth', version='2.1.2.RELEASE')
)
libraryDependencies += "org.springframework.security.oauth" % "spring-security-oauth" % "2.1.2.RELEASE"
[org.springframework.security.oauth/spring-security-oauth "2.1.2.RELEASE"]