License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net |
GroupId | GroupIdnet.simpledynamics |
ArtifactId | ArtifactIdopenid-connect-server-spring-boot-samples-default |
Version | Version0.1.1 |
Type | Typejar |
Description |
Descriptionsamples/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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.simpledynamics/openid-connect-server-spring-boot-samples-default/ -->
<dependency>
<groupId>net.simpledynamics</groupId>
<artifactId>openid-connect-server-spring-boot-samples-default</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.simpledynamics/openid-connect-server-spring-boot-samples-default/
implementation 'net.simpledynamics:openid-connect-server-spring-boot-samples-default:0.1.1'
// https://jarcasting.com/artifacts/net.simpledynamics/openid-connect-server-spring-boot-samples-default/
implementation ("net.simpledynamics:openid-connect-server-spring-boot-samples-default:0.1.1")
'net.simpledynamics:openid-connect-server-spring-boot-samples-default:jar:0.1.1'
<dependency org="net.simpledynamics" name="openid-connect-server-spring-boot-samples-default" rev="0.1.1">
<artifact name="openid-connect-server-spring-boot-samples-default" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.simpledynamics', module='openid-connect-server-spring-boot-samples-default', version='0.1.1')
)
libraryDependencies += "net.simpledynamics" % "openid-connect-server-spring-boot-samples-default" % "0.1.1"
[net.simpledynamics/openid-connect-server-spring-boot-samples-default "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
net.simpledynamics : openid-connect-server-spring-boot-config | jar | 0.1.1 |
net.simpledynamics : openid-connect-server-spring-boot-ui-thymeleaf | jar | 0.1.1 |
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.192 |