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