License |
License |
---|---|
GroupId | GroupIdorg.mitre |
ArtifactId | ArtifactIdopenid-connect-parent |
Last Version | Last Version1.3.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMITREid Connect
A reference implementation of OpenID Connect (http://openid.net/connect/), OAuth 2.0, and UMA built on top of Java, Spring, and Spring Security. The project contains a fully functioning server, client, and utility library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
openid-connect-parent-1.3.4.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mitre/openid-connect-parent/ -->
<dependency>
<groupId>org.mitre</groupId>
<artifactId>openid-connect-parent</artifactId>
<version>1.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mitre/openid-connect-parent/
implementation 'org.mitre:openid-connect-parent:1.3.4'
// https://jarcasting.com/artifacts/org.mitre/openid-connect-parent/
implementation ("org.mitre:openid-connect-parent:1.3.4")
'org.mitre:openid-connect-parent:pom:1.3.4'
<dependency org="org.mitre" name="openid-connect-parent" rev="1.3.4">
<artifact name="openid-connect-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mitre', module='openid-connect-parent', version='1.3.4')
)
libraryDependencies += "org.mitre" % "openid-connect-parent" % "1.3.4"
[org.mitre/openid-connect-parent "1.3.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
javax.servlet.jsp : jsp-api | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.4 |
org.mockito : mockito-all | jar | 1.9.5 |
org.slf4j : slf4j-jdk14 | jar | 1.7.25 |