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