| GroupId | GroupIdxfire |
|---|---|
| ArtifactId | ArtifactIdopensaml |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| opensaml-1.0.1.pom | |
| opensaml-1.0.1.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xfire/opensaml/ -->
<dependency>
<groupId>xfire</groupId>
<artifactId>opensaml</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/xfire/opensaml/
implementation 'xfire:opensaml:1.0.1'
// https://jarcasting.com/artifacts/xfire/opensaml/
implementation ("xfire:opensaml:1.0.1")
'xfire:opensaml:jar:1.0.1'
<dependency org="xfire" name="opensaml" rev="1.0.1">
<artifact name="opensaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='xfire', module='opensaml', version='1.0.1')
)
libraryDependencies += "xfire" % "opensaml" % "1.0.1"
[xfire/opensaml "1.0.1"]