| GroupId | GroupIdse.litsec.eidas |
|---|---|
| ArtifactId | ArtifactIdeidas-opensaml3 |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| eidas-opensaml3-1.0.3.pom | |
| eidas-opensaml3-1.0.3.jar | 79 KB |
| eidas-opensaml3-1.0.3-test-sources.jar | 26 KB |
| eidas-opensaml3-1.0.3-sources.jar | 114 KB |
| eidas-opensaml3-1.0.3-javadoc.jar | 539 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.litsec.eidas/eidas-opensaml3/ -->
<dependency>
<groupId>se.litsec.eidas</groupId>
<artifactId>eidas-opensaml3</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/se.litsec.eidas/eidas-opensaml3/
implementation 'se.litsec.eidas:eidas-opensaml3:1.0.3'
// https://jarcasting.com/artifacts/se.litsec.eidas/eidas-opensaml3/
implementation ("se.litsec.eidas:eidas-opensaml3:1.0.3")
'se.litsec.eidas:eidas-opensaml3:jar:1.0.3'
<dependency org="se.litsec.eidas" name="eidas-opensaml3" rev="1.0.3">
<artifact name="eidas-opensaml3" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.litsec.eidas', module='eidas-opensaml3', version='1.0.3')
)
libraryDependencies += "se.litsec.eidas" % "eidas-opensaml3" % "1.0.3"
[se.litsec.eidas/eidas-opensaml3 "1.0.3"]