Last Version

openid-connect-server-spring-boot-config 0.1.3

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

License

License

Categories

Categories

Spring Boot Container Microservices Net config Application Layer Libs Configuration
GroupId

GroupId

net.simpledynamics
ArtifactId

ArtifactId

openid-connect-server-spring-boot-config
Version

Version

0.1.3
Type

Type

jar
Description

Description

openid-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

https://github.com/simpledynamics/openid-connect-server-spring-boot
Project Organization

Project Organization

Simple Dynamics
Source Code Management

Source Code Management

https://github.com/simpledynamics/openid-connect-server-spring-boot

Download openid-connect-server-spring-boot-config 0.1.3


<!-- 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"]

Dependencies

compile (6)

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

runtime (3)

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

test (4)

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

Project Modules

There are no modules declared in this project.