文件名 | 操作 |
---|---|
spring-security-oauth-parent-2.0.9.RELEASE.pom | 下载 |
<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth-parent</artifactId>
<version>2.0.9.RELEASE</version>
<type>pom</type>
</dependency>
implementation 'org.springframework.security.oauth:spring-security-oauth-parent:2.0.9.RELEASE'
implementation("org.springframework.security.oauth:spring-security-oauth-parent:2.0.9.RELEASE")
libraryDependencies += "org.springframework.security.oauth" % "spring-security-oauth-parent" % "2.0.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.security.oauth', module='spring-security-oauth-parent', version='2.0.9.RELEASE')
)
<dependency org="org.springframework.security.oauth" name="spring-security-oauth-parent" rev="2.0.9.RELEASE" />