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