s

spring-security-oauth

Module for providing OAuth support to Spring Security
Files download
File Operation
spring-security-oauth-2.5.2.RELEASE.jar download
spring-security-oauth-2.5.2.RELEASE.pom download
spring-security-oauth-2.5.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.security.oauth</groupId>
  <artifactId>spring-security-oauth</artifactId>
  <version>2.5.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.security.oauth:spring-security-oauth:2.5.2.RELEASE'
Gradle Kotlin
implementation("org.springframework.security.oauth:spring-security-oauth:2.5.2.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.security.oauth" % "spring-security-oauth" % "2.5.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.security.oauth', module='spring-security-oauth', version='2.5.2.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.security.oauth" name="spring-security-oauth" rev="2.5.2.RELEASE" />
Leiningen
[org.springframework.security.oauth/spring-security-oauth "2.5.2.RELEASE"]
Apache Buildr
'org.springframework.security.oauth:spring-security-oauth:jar:2.5.2.RELEASE'