s

spring-security-oauth

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