License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIddk.digitalidentity |
ArtifactId | ArtifactIdsaml-module |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSAML Module
Simple SAML module for integrating with SAML based federations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
saml-module-2.1.2.pom | |
saml-module-2.1.2.jar | 40 KB |
saml-module-2.1.2-sources.jar | 21 KB |
saml-module-2.1.2-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.digitalidentity/saml-module/ -->
<dependency>
<groupId>dk.digitalidentity</groupId>
<artifactId>saml-module</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/dk.digitalidentity/saml-module/
implementation 'dk.digitalidentity:saml-module:2.1.2'
// https://jarcasting.com/artifacts/dk.digitalidentity/saml-module/
implementation ("dk.digitalidentity:saml-module:2.1.2")
'dk.digitalidentity:saml-module:jar:2.1.2'
<dependency org="dk.digitalidentity" name="saml-module" rev="2.1.2">
<artifact name="saml-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.digitalidentity', module='saml-module', version='2.1.2')
)
libraryDependencies += "dk.digitalidentity" % "saml-module" % "2.1.2"
[dk.digitalidentity/saml-module "2.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcprov-jdk15on | jar | 1.68 |
com.google.guava : guava | jar | 31.0.1-jre |
commons-collections : commons-collections | jar | 3.2.2 |
org.apache.santuario : xmlsec | jar | 2.1.7 |
org.springframework.boot : spring-boot-starter-web | jar | 2.6.4 |
org.springframework.boot : spring-boot-starter-security | jar | 2.6.4 |
org.opensaml : opensaml-core | jar | 3.4.6 |
org.opensaml : opensaml-saml-impl | jar | 3.4.6 |
org.opensaml : opensaml-saml-api | jar | 3.4.6 |
org.opensaml : opensaml-messaging-impl | jar | 3.4.6 |
org.opensaml : opensaml-xmlsec-impl | jar | 3.4.6 |
javax.xml.bind : jaxb-api | jar | 2.4.0-b180830.0359 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |