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