s

spring-security-oauth-parent

Parent Project for OAuth Support for Spring Security
http://static.springframework.org/spring-security/oauth
Apache 2.0
Ryan Heaton Dave Syer
文件下载
文件名 操作
spring-security-oauth-parent-2.3.5.RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>org.springframework.security.oauth</groupId>
  <artifactId>spring-security-oauth-parent</artifactId>
  <version>2.3.5.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.security.oauth:spring-security-oauth-parent:2.3.5.RELEASE'
Gradle Kotlin
implementation("org.springframework.security.oauth:spring-security-oauth-parent:2.3.5.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.security.oauth" % "spring-security-oauth-parent" % "2.3.5.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.security.oauth', module='spring-security-oauth-parent', version='2.3.5.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.security.oauth" name="spring-security-oauth-parent" rev="2.3.5.RELEASE" />
Leiningen
[org.springframework.security.oauth/spring-security-oauth-parent "2.3.5.RELEASE"]
Apache Buildr
'org.springframework.security.oauth:spring-security-oauth-parent:jar:2.3.5.RELEASE'
本项目依赖
该项目无第三方依赖