o

opensaml

The OpenSAML-J library provides tools to support developers working with the Security Assertion Markup Language (SAML).
Files download
File Operation
opensaml-2.6.2.jar download
opensaml-2.6.2.pom download
opensaml-2.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.apigee.opensaml</groupId>
  <artifactId>opensaml</artifactId>
  <version>2.6.2</version>
</dependency>
Gradle Groovy
implementation 'io.apigee.opensaml:opensaml:2.6.2'
Gradle Kotlin
implementation("io.apigee.opensaml:opensaml:2.6.2")
Scala SBT
libraryDependencies += "io.apigee.opensaml" % "opensaml" % "2.6.2"
Groovy Grape
@Grapes(
  @Grab(group='io.apigee.opensaml', module='opensaml', version='2.6.2')
)
Apache Ivy
<dependency org="io.apigee.opensaml" name="opensaml" rev="2.6.2" />
Leiningen
[io.apigee.opensaml/opensaml "2.6.2"]
Apache Buildr
'io.apigee.opensaml:opensaml:jar:2.6.2'