| License |
License |
|---|---|
| GroupId | GroupIdorg.opensaml |
| ArtifactId | ArtifactIdopensaml |
| Last Version | Last Version2.6.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpenSAML-J
The OpenSAML-J library provides tools to support developers working with the Security Assertion Markup Language
(SAML).
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| opensaml-2.6.4.pom | |
| opensaml-2.6.4.jar | 1 MB |
| opensaml-2.6.4-sources.jar | 1 MB |
| opensaml-2.6.4-javadoc.jar | 7 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opensaml/opensaml/ -->
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensaml/opensaml/
implementation 'org.opensaml:opensaml:2.6.4'
// https://jarcasting.com/artifacts/org.opensaml/opensaml/
implementation ("org.opensaml:opensaml:2.6.4")
'org.opensaml:opensaml:jar:2.6.4'
<dependency org="org.opensaml" name="opensaml" rev="2.6.4">
<artifact name="opensaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensaml', module='opensaml', version='2.6.4')
)
libraryDependencies += "org.opensaml" % "opensaml" % "2.6.4"
[org.opensaml/opensaml "2.6.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.opensaml : openws | jar | 1.5.4 |
| commons-codec : commons-codec | jar | 1.7 |
| commons-collections : commons-collections | jar | 3.2.1 |
| commons-lang : commons-lang | jar | 2.6 |
| org.apache.velocity : velocity | jar | 1.7 |
| org.owasp.esapi : esapi | jar | 2.0.1 |
| joda-time : joda-time | jar | 2.2 |
| org.apache.santuario : xmlsec | jar | 1.5.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |
| ch.qos.logback : logback-classic | jar | 1.0.11 |
| org.springframework : spring-core | jar | 2.5.6.SEC03 |
| org.springframework : spring-test | jar | 2.5.6.SEC03 |
| com.google.guava : guava | jar | 14.0.1 |