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