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