License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdorg.springframework.security.oauth |
ArtifactId | ArtifactIdspring-security-oauth-parent |
Last Version | Last Version2.5.2.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOAuth for Spring Security
Parent Project for OAuth Support for Spring Security
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-security-oauth-parent-2.5.2.RELEASE.pom | 18 KB |
Browse |
<!-- 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"]