| Группа | Группаse.litsec.opensaml |
|---|---|
| Идентификатор | Идентификаторopensaml3-ext |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| opensaml3-ext-1.1.0.pom | |
| opensaml3-ext-1.1.0.jar | 194 KB |
| opensaml3-ext-1.1.0-test-sources.jar | 372 KB |
| opensaml3-ext-1.1.0-sources.jar | 200 KB |
| opensaml3-ext-1.1.0-javadoc.jar | 894 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml3-ext/ -->
<dependency>
<groupId>se.litsec.opensaml</groupId>
<artifactId>opensaml3-ext</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml3-ext/
implementation 'se.litsec.opensaml:opensaml3-ext:1.1.0'
// https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml3-ext/
implementation ("se.litsec.opensaml:opensaml3-ext:1.1.0")
'se.litsec.opensaml:opensaml3-ext:jar:1.1.0'
<dependency org="se.litsec.opensaml" name="opensaml3-ext" rev="1.1.0">
<artifact name="opensaml3-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.litsec.opensaml', module='opensaml3-ext', version='1.1.0')
)
libraryDependencies += "se.litsec.opensaml" % "opensaml3-ext" % "1.1.0"
[se.litsec.opensaml/opensaml3-ext "1.1.0"]