License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdorg.springframework.security.extensions |
ArtifactId | ArtifactIdspring-security-saml2-core |
Last Version | Last Version2.0.0.M31 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Security SAML v2 library
Spring Security SAML v2 library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.springframework.security.extensions/spring-security-saml2-core/ -->
<dependency>
<groupId>org.springframework.security.extensions</groupId>
<artifactId>spring-security-saml2-core</artifactId>
<version>2.0.0.M31</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.security.extensions/spring-security-saml2-core/
implementation 'org.springframework.security.extensions:spring-security-saml2-core:2.0.0.M31'
// https://jarcasting.com/artifacts/org.springframework.security.extensions/spring-security-saml2-core/
implementation ("org.springframework.security.extensions:spring-security-saml2-core:2.0.0.M31")
'org.springframework.security.extensions:spring-security-saml2-core:jar:2.0.0.M31'
<dependency org="org.springframework.security.extensions" name="spring-security-saml2-core" rev="2.0.0.M31">
<artifact name="spring-security-saml2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security.extensions', module='spring-security-saml2-core', version='2.0.0.M31')
)
libraryDependencies += "org.springframework.security.extensions" % "spring-security-saml2-core" % "2.0.0.M31"
[org.springframework.security.extensions/spring-security-saml2-core "2.0.0.M31"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.64 |
org.bouncycastle : bcprov-jdk15on | jar | 1.64 |
org.opensaml : opensaml-core | jar | 3.4.3 |
org.opensaml : opensaml-saml-api | jar | 3.4.3 |
org.opensaml : opensaml-saml-impl | jar | 3.4.3 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.springframework.security : spring-security-config | jar | 5.2.0.RELEASE |
org.springframework.security : spring-security-core | jar | 5.2.0.RELEASE |
org.springframework.security : spring-security-web | jar | 5.2.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
net.bytebuddy : byte-buddy | jar | 1.9.10 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
org.mockito : mockito-core | jar | 3.1.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
org.springframework : spring-test | jar | 5.2.0.RELEASE |
org.xmlunit : xmlunit-core | jar | 2.5.1 |