File | Operation |
---|---|
spring-security-oauth-parent-2.5.2.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth-parent</artifactId>
<version>2.5.2.RELEASE</version>
<type>pom</type>
</dependency>
implementation 'org.springframework.security.oauth:spring-security-oauth-parent:2.5.2.RELEASE'
implementation("org.springframework.security.oauth:spring-security-oauth-parent:2.5.2.RELEASE")
libraryDependencies += "org.springframework.security.oauth" % "spring-security-oauth-parent" % "2.5.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.security.oauth', module='spring-security-oauth-parent', version='2.5.2.RELEASE')
)
<dependency org="org.springframework.security.oauth" name="spring-security-oauth-parent" rev="2.5.2.RELEASE" />