o

openid-connect-server-spring-boot-samples-default

A Spring Boot Application configured to mimic the default [MITREid OpenID Connect WebApp](https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/tree/master/openid-connect-server-webapp) meant for maven and gradle overlay projects.
https://github.com/simpledynamics/openid-connect-server-spring-boot
The Apache License, Version 2.0
Simple Dynamics
Barrett Tucker Nate Grover
文件下载
文件名 操作
openid-connect-server-spring-boot-samples-default-0.1.1.jar 下载
openid-connect-server-spring-boot-samples-default-0.1.1.pom 下载
openid-connect-server-spring-boot-samples-default-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.simpledynamics</groupId>
  <artifactId>openid-connect-server-spring-boot-samples-default</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'net.simpledynamics:openid-connect-server-spring-boot-samples-default:0.1.1'
Gradle Kotlin
implementation("net.simpledynamics:openid-connect-server-spring-boot-samples-default:0.1.1")
Scala SBT
libraryDependencies += "net.simpledynamics" % "openid-connect-server-spring-boot-samples-default" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.simpledynamics', module='openid-connect-server-spring-boot-samples-default', version='0.1.1')
)
Apache Ivy
<dependency org="net.simpledynamics" name="openid-connect-server-spring-boot-samples-default" rev="0.1.1" />
Leiningen
[net.simpledynamics/openid-connect-server-spring-boot-samples-default "0.1.1"]
Apache Buildr
'net.simpledynamics:openid-connect-server-spring-boot-samples-default:jar:0.1.1'