s

spring-security-oauth2

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