s

spring-security-oauth2-authorization-server

spring-security-oauth2-authorization-server
https://spring.io/spring-security
The Apache Software License, Version 2.0
spring.io
Rob Winch Joe Grandja
Files download
File Operation
spring-security-oauth2-authorization-server-0.1.2.jar download
spring-security-oauth2-authorization-server-0.1.2.pom download
spring-security-oauth2-authorization-server-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.security.experimental</groupId>
  <artifactId>spring-security-oauth2-authorization-server</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.security.experimental:spring-security-oauth2-authorization-server:0.1.2'
Gradle Kotlin
implementation("org.springframework.security.experimental:spring-security-oauth2-authorization-server:0.1.2")
Scala SBT
libraryDependencies += "org.springframework.security.experimental" % "spring-security-oauth2-authorization-server" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.security.experimental', module='spring-security-oauth2-authorization-server', version='0.1.2')
)
Apache Ivy
<dependency org="org.springframework.security.experimental" name="spring-security-oauth2-authorization-server" rev="0.1.2" />
Leiningen
[org.springframework.security.experimental/spring-security-oauth2-authorization-server "0.1.2"]
Apache Buildr
'org.springframework.security.experimental:spring-security-oauth2-authorization-server:jar:0.1.2'