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