Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.springframework.security.oauth |
ArtifactId | ArtifactIdspring-security-oauth-parent |
Version | Version2.0.6.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-security-oauth-parent-2.0.6.RELEASE.pom | 12 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.0.6.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.0.6.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.security.oauth/spring-security-oauth-parent/
implementation ("org.springframework.security.oauth:spring-security-oauth-parent:2.0.6.RELEASE")
'org.springframework.security.oauth:spring-security-oauth-parent:pom:2.0.6.RELEASE'
<dependency org="org.springframework.security.oauth" name="spring-security-oauth-parent" rev="2.0.6.RELEASE">
<artifact name="spring-security-oauth-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security.oauth', module='spring-security-oauth-parent', version='2.0.6.RELEASE')
)
libraryDependencies += "org.springframework.security.oauth" % "spring-security-oauth-parent" % "2.0.6.RELEASE"
[org.springframework.security.oauth/spring-security-oauth-parent "2.0.6.RELEASE"]