Last Version

OAuth for Spring Security 2.5.2.RELEASE

Parent Project for OAuth Support for Spring Security

License

License

Categories

Categories

Security
GroupId

GroupId

org.springframework.security.oauth
ArtifactId

ArtifactId

spring-security-oauth-parent
Version

Version

2.5.2.RELEASE
Type

Type

pom
Description

Description

OAuth for Spring Security
Parent Project for OAuth Support for Spring Security
Project URL

Project URL

https://docs.spring.io/spring-security/oauth
Source Code Management

Source Code Management

https://github.com/SpringSource/spring-security-oauth

Download spring-security-oauth-parent 2.5.2.RELEASE


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spring-security-oauth
  • spring-security-oauth2
  • tests
  • samples