Download openid-connect-server-spring-boot-config-0.1.0.jar file - Jar o

Jar examples for o:openid-connect-server-spring-boot-config

Description

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

You can download jar file openid-connect-server-spring-boot-config 0.1.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add openid-connect-server-spring-boot-config-0.1.0.jar to your project.

<dependency>
   <groupId>net.simpledynamics</groupId>
   <artifactId>openid-connect-server-spring-boot-config</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'net.simpledynamics', name: 'openid-connect-server-spring-boot-config', version: '0.1.0'
libraryDependencies += "net.simpledynamics" % "openid-connect-server-spring-boot-config" % "0.1.0"
<dependency org="net.simpledynamics" name="openid-connect-server-spring-boot-config" rev="0.1.0"/>
@Grapes(@Grab(group='net.simpledynamics', module='openid-connect-server-spring-boot-config', version='0.1.0'))
'net.simpledynamics:openid-connect-server-spring-boot-config:jar:0.1.0'

Download

Click the following link to download the jar file.

openid-connect-server-spring-boot-config-0.1.0-javadoc.jar
openid-connect-server-spring-boot-config-0.1.0-sources.jar
openid-connect-server-spring-boot-config-0.1.0.jar
openid-connect-server-spring-boot-config-0.1.0.pom



Related Tutorials