License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdpro.javatar.security.gateway |
ArtifactId | ArtifactIdjavatar-security-gateway |
Last Version | Last Version0.0.31 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavatar oidc integration with Identity Provider
|
Project Organization |
Project OrganizationJavatar LLC |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/pro.javatar.security.gateway/javatar-security-gateway/ -->
<dependency>
<groupId>pro.javatar.security.gateway</groupId>
<artifactId>javatar-security-gateway</artifactId>
<version>0.0.31</version>
</dependency>
// https://jarcasting.com/artifacts/pro.javatar.security.gateway/javatar-security-gateway/
implementation 'pro.javatar.security.gateway:javatar-security-gateway:0.0.31'
// https://jarcasting.com/artifacts/pro.javatar.security.gateway/javatar-security-gateway/
implementation ("pro.javatar.security.gateway:javatar-security-gateway:0.0.31")
'pro.javatar.security.gateway:javatar-security-gateway:jar:0.0.31'
<dependency org="pro.javatar.security.gateway" name="javatar-security-gateway" rev="0.0.31">
<artifact name="javatar-security-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.javatar.security.gateway', module='javatar-security-gateway', version='0.0.31')
)
libraryDependencies += "pro.javatar.security.gateway" % "javatar-security-gateway" % "0.0.31"
[pro.javatar.security.gateway/javatar-security-gateway "0.0.31"]
Group / Artifact | Type | Version |
---|---|---|
pro.javatar.security : security-filter | jar | 0.0.31 |
pro.javatar.security : secret-storage-api | jar | 0.0.31 |
pro.javatar.security : public-key-cache-api | jar | 0.0.31 |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.security : spring-security-core | jar | |
org.springframework.security : spring-security-config | jar | |
org.springframework.security : spring-security-web | jar | |
org.springframework : spring-webmvc | jar |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.springframework.boot : spring-boot | jar | |
org.springframework : spring-web | jar | |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.mapstruct : mapstruct | jar | 1.3.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.mockito : mockito-junit-jupiter | jar | 3.1.0 |
org.springframework.boot : spring-boot-starter-test | jar | 2.2.5.RELEASE |