OAuth2-OpenID
This project is part of my bachelor thesis
License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security |
GroupId | GroupIdcom.bornium |
ArtifactId | ArtifactIdoauth2-openid |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.bornium:oauth2-openid
Implementation of an OAuth2 OpenID Connect authorization server
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oauth2-openid-1.2.0.pom | |
oauth2-openid-1.2.0.jar | 91 KB |
oauth2-openid-1.2.0-sources.jar | 51 KB |
oauth2-openid-1.2.0-javadoc.jar | 734 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bornium/oauth2-openid/ -->
<dependency>
<groupId>com.bornium</groupId>
<artifactId>oauth2-openid</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bornium/oauth2-openid/
implementation 'com.bornium:oauth2-openid:1.2.0'
// https://jarcasting.com/artifacts/com.bornium/oauth2-openid/
implementation ("com.bornium:oauth2-openid:1.2.0")
'com.bornium:oauth2-openid:jar:1.2.0'
<dependency org="com.bornium" name="oauth2-openid" rev="1.2.0">
<artifact name="oauth2-openid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bornium', module='oauth2-openid', version='1.2.0')
)
libraryDependencies += "com.bornium" % "oauth2-openid" % "1.2.0"
[com.bornium/oauth2-openid "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
com.google.guava : guava | jar | 29.0-jre |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
org.bitbucket.b_c : jose4j | jar | 0.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.membrane-soa : membrane-service-proxy | jar | 4.7.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
This project is part of my bachelor thesis