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