| Группа | Группаxfire |
|---|---|
| Идентификатор | Идентификаторopensaml |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| opensaml-1.0.1.pom | |
| opensaml-1.0.1.jar | 102 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/xfire/opensaml/ -->
<dependency>
<groupId>xfire</groupId>
<artifactId>opensaml</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/xfire/opensaml/
implementation 'xfire:opensaml:1.0.1'
// https://jarcasting.com/artifacts/xfire/opensaml/
implementation ("xfire:opensaml:1.0.1")
'xfire:opensaml:jar:1.0.1'
<dependency org="xfire" name="opensaml" rev="1.0.1">
<artifact name="opensaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='xfire', module='opensaml', version='1.0.1')
)
libraryDependencies += "xfire" % "opensaml" % "1.0.1"
[xfire/opensaml "1.0.1"]