GroupId | GroupIdse.litsec.opensaml |
---|---|
ArtifactId | ArtifactIdopensaml4-ext |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
opensaml4-ext-2.0.0.pom | |
opensaml4-ext-2.0.0.jar | 202 KB |
opensaml4-ext-2.0.0-test-sources.jar | 388 KB |
opensaml4-ext-2.0.0-sources.jar | 206 KB |
opensaml4-ext-2.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml4-ext/ -->
<dependency>
<groupId>se.litsec.opensaml</groupId>
<artifactId>opensaml4-ext</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml4-ext/
implementation 'se.litsec.opensaml:opensaml4-ext:2.0.0'
// https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml4-ext/
implementation ("se.litsec.opensaml:opensaml4-ext:2.0.0")
'se.litsec.opensaml:opensaml4-ext:jar:2.0.0'
<dependency org="se.litsec.opensaml" name="opensaml4-ext" rev="2.0.0">
<artifact name="opensaml4-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.litsec.opensaml', module='opensaml4-ext', version='2.0.0')
)
libraryDependencies += "se.litsec.opensaml" % "opensaml4-ext" % "2.0.0"
[se.litsec.opensaml/opensaml4-ext "2.0.0"]