| GroupId | GroupIdio.apigee.opensaml |
|---|---|
| ArtifactId | ArtifactIdopensaml |
| Version | Version2.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| opensaml-2.6.0.pom | |
| opensaml-2.6.0.jar | 1 MB |
| opensaml-2.6.0-sources.jar | 1 MB |
| opensaml-2.6.0-javadoc.jar | 7 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.apigee.opensaml/opensaml/ -->
<dependency>
<groupId>io.apigee.opensaml</groupId>
<artifactId>opensaml</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.apigee.opensaml/opensaml/
implementation 'io.apigee.opensaml:opensaml:2.6.0'
// https://jarcasting.com/artifacts/io.apigee.opensaml/opensaml/
implementation ("io.apigee.opensaml:opensaml:2.6.0")
'io.apigee.opensaml:opensaml:jar:2.6.0'
<dependency org="io.apigee.opensaml" name="opensaml" rev="2.6.0">
<artifact name="opensaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apigee.opensaml', module='opensaml', version='2.6.0')
)
libraryDependencies += "io.apigee.opensaml" % "opensaml" % "2.6.0"
[io.apigee.opensaml/opensaml "2.6.0"]