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