License |
License |
---|---|
GroupId | GroupIdorg.opensaml |
ArtifactId | ArtifactIdopensaml1 |
Last Version | Last Version1.1 |
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 |
---|---|
opensaml1-1.1.pom | |
opensaml1-1.1.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensaml/opensaml1/ -->
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml1</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensaml/opensaml1/
implementation 'org.opensaml:opensaml1:1.1'
// https://jarcasting.com/artifacts/org.opensaml/opensaml1/
implementation ("org.opensaml:opensaml1:1.1")
'org.opensaml:opensaml1:jar:1.1'
<dependency org="org.opensaml" name="opensaml1" rev="1.1">
<artifact name="opensaml1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensaml', module='opensaml1', version='1.1')
)
libraryDependencies += "org.opensaml" % "opensaml1" % "1.1"
[org.opensaml/opensaml1 "1.1"]