License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net config Application Layer Libs Configuration |
GroupId | GroupIdnet.simpledynamics |
ArtifactId | ArtifactIdopenid-connect-server-spring-boot-config |
Version | Version0.1.3 |
Type | Typejar |
Description |
Descriptionopenid-connect-server-spring-boot-config
A spring boot autoconfiguration library that simplifies getting started with the OpenID Connect Server reference implementation at https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server
|
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-config/ -->
<dependency>
<groupId>net.simpledynamics</groupId>
<artifactId>openid-connect-server-spring-boot-config</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.simpledynamics/openid-connect-server-spring-boot-config/
implementation 'net.simpledynamics:openid-connect-server-spring-boot-config:0.1.3'
// https://jarcasting.com/artifacts/net.simpledynamics/openid-connect-server-spring-boot-config/
implementation ("net.simpledynamics:openid-connect-server-spring-boot-config:0.1.3")
'net.simpledynamics:openid-connect-server-spring-boot-config:jar:0.1.3'
<dependency org="net.simpledynamics" name="openid-connect-server-spring-boot-config" rev="0.1.3">
<artifact name="openid-connect-server-spring-boot-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.simpledynamics', module='openid-connect-server-spring-boot-config', version='0.1.3')
)
libraryDependencies += "net.simpledynamics" % "openid-connect-server-spring-boot-config" % "0.1.3"
[net.simpledynamics/openid-connect-server-spring-boot-config "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | 1.3.3.RELEASE |
org.springframework.security.oauth : spring-security-oauth2 | jar | 2.0.9.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.3.3.RELEASE |
org.bouncycastle : bcprov-jdk15on | jar | 1.52 |
org.mitre : openid-connect-server | jar | 1.2.3 |
org.springframework.boot : spring-boot-starter-security | jar | 1.3.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.persistence : org.eclipse.persistence.jpa | jar | 2.5.2 |
com.zaxxer : HikariCP | jar | 2.4.3 |
org.springframework.boot : spring-boot-starter-logging | jar | 1.3.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.3.3.RELEASE |
org.springframework.security : spring-security-test | jar | 4.0.4.RELEASE |
com.jayway.jsonpath : json-path | jar | 2.0.0 |
com.h2database : h2 | jar | 1.4.192 |