License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.alexbt |
ArtifactId | ArtifactIdspringboot-autoconfigure-openid-oauth |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionalexbt's Spring Boot Openid and OAuth autoconfiguration
Spring Boot Autoconfiguration enabling openid and oauth security
|
<!-- https://jarcasting.com/artifacts/com.alexbt/springboot-autoconfigure-openid-oauth/ -->
<dependency>
<groupId>com.alexbt</groupId>
<artifactId>springboot-autoconfigure-openid-oauth</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexbt/springboot-autoconfigure-openid-oauth/
implementation 'com.alexbt:springboot-autoconfigure-openid-oauth:1.0.9'
// https://jarcasting.com/artifacts/com.alexbt/springboot-autoconfigure-openid-oauth/
implementation ("com.alexbt:springboot-autoconfigure-openid-oauth:1.0.9")
'com.alexbt:springboot-autoconfigure-openid-oauth:jar:1.0.9'
<dependency org="com.alexbt" name="springboot-autoconfigure-openid-oauth" rev="1.0.9">
<artifact name="springboot-autoconfigure-openid-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexbt', module='springboot-autoconfigure-openid-oauth', version='1.0.9')
)
libraryDependencies += "com.alexbt" % "springboot-autoconfigure-openid-oauth" % "1.0.9"
[com.alexbt/springboot-autoconfigure-openid-oauth "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-security | jar | |
org.springframework.security : spring-security-openid | jar | |
org.springframework.security.oauth : spring-security-oauth | jar | |
org.apache.commons : commons-lang3 | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-tomcat | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
commons-io : commons-io | jar | 2.5 |
junit : junit | jar |