License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIddk.digitalidentity |
ArtifactId | ArtifactIdsaml-module |
Version | Version1.4.2 |
Type | Typejar |
Description |
DescriptionSAML Module
Easy customization for Spring Security SAML, ready for use with Spring Boot applications
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
saml-module-1.4.2.pom | |
saml-module-1.4.2-sources.jar | 24 KB |
saml-module-1.4.2-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.digitalidentity/saml-module/ -->
<dependency>
<groupId>dk.digitalidentity</groupId>
<artifactId>saml-module</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/dk.digitalidentity/saml-module/
implementation 'dk.digitalidentity:saml-module:1.4.2'
// https://jarcasting.com/artifacts/dk.digitalidentity/saml-module/
implementation ("dk.digitalidentity:saml-module:1.4.2")
'dk.digitalidentity:saml-module:jar:1.4.2'
<dependency org="dk.digitalidentity" name="saml-module" rev="1.4.2">
<artifact name="saml-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.digitalidentity', module='saml-module', version='1.4.2')
)
libraryDependencies += "dk.digitalidentity" % "saml-module" % "1.4.2"
[dk.digitalidentity/saml-module "1.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.5.22.RELEASE |
org.springframework.security.extensions : spring-security-saml2-core | jar | 1.0.3.RELEASE |
org.opensaml : opensaml | jar | 2.6.6 |
org.owasp.esapi : esapi | jar | 2.1.0.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.4 |
xalan : xalan | jar | 2.7.2 |
org.bouncycastle : bcprov-jdk15on | jar | 1.60 |
org.apache.xmlgraphics : batik-css | jar | 1.10 |
commons-collections : commons-collections | jar | 3.2.2 |
commons-fileupload : commons-fileupload | jar | 1.4 |
org.apache.httpcomponents : httpclient | jar | 4.5.5 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |