GroupId | GroupIdse.litsec.opensaml |
---|---|
ArtifactId | ArtifactIdopensaml2-ext |
Version | Version0.9.3 |
Type | Typejar |
Filename | Size |
---|---|
opensaml2-ext-0.9.3.pom | |
opensaml2-ext-0.9.3.jar | 14 KB |
opensaml2-ext-0.9.3-test-sources.jar | 11 KB |
opensaml2-ext-0.9.3-sources.jar | 17 KB |
opensaml2-ext-0.9.3-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml2-ext/ -->
<dependency>
<groupId>se.litsec.opensaml</groupId>
<artifactId>opensaml2-ext</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml2-ext/
implementation 'se.litsec.opensaml:opensaml2-ext:0.9.3'
// https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml2-ext/
implementation ("se.litsec.opensaml:opensaml2-ext:0.9.3")
'se.litsec.opensaml:opensaml2-ext:jar:0.9.3'
<dependency org="se.litsec.opensaml" name="opensaml2-ext" rev="0.9.3">
<artifact name="opensaml2-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.litsec.opensaml', module='opensaml2-ext', version='0.9.3')
)
libraryDependencies += "se.litsec.opensaml" % "opensaml2-ext" % "0.9.3"
[se.litsec.opensaml/opensaml2-ext "0.9.3"]