Last Version

OAuth 1(a) for Spring Security 2.5.2.RELEASE

Module for providing OAuth support to Spring Security

License

License

Categories

Categories

Security
GroupId

GroupId

org.springframework.security.oauth
ArtifactId

ArtifactId

spring-security-oauth
Version

Version

2.5.2.RELEASE
Type

Type

jar
Description

Description

OAuth 1(a) for Spring Security
Module for providing OAuth support to Spring Security
Project URL

Project URL

https://docs.spring.io/spring-security/oauth/spring-security-oauth

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

Dependencies

compile (12)

Group / Artifact Type Version
org.springframework : spring-beans jar 4.3.30.RELEASE
org.springframework : spring-core jar 4.3.30.RELEASE
org.springframework : spring-context jar 4.3.30.RELEASE
org.springframework : spring-web jar 4.3.30.RELEASE
org.springframework : spring-aop jar 4.3.30.RELEASE
org.springframework : spring-jdbc Optional jar 4.3.30.RELEASE
org.springframework.security : spring-security-core jar 4.2.20.RELEASE
org.springframework.security : spring-security-config jar 4.2.20.RELEASE
org.springframework.security : spring-security-web jar 4.2.20.RELEASE
commons-codec : commons-codec jar 1.14
javax.servlet : javax.servlet-api Optional jar 3.0.1
org.apache.httpcomponents : httpclient jar 4.5.13

test (6)

Group / Artifact Type Version
org.springframework : spring-test jar 4.3.30.RELEASE
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
net.oauth.core : oauth-provider jar 20100527
org.slf4j : slf4j-api jar 1.7.6
org.hsqldb : hsqldb-j5 jar 2.0.0

Project Modules

There are no modules declared in this project.