| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.apache.syncope.ext.saml2sp |
| Идентификатор | Идентификаторsyncope-ext-saml2sp-client-console |
| Версия | Версия2.1.5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.syncope.ext.saml2sp/syncope-ext-saml2sp-client-console/ -->
<dependency>
<groupId>org.apache.syncope.ext.saml2sp</groupId>
<artifactId>syncope-ext-saml2sp-client-console</artifactId>
<version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.ext.saml2sp/syncope-ext-saml2sp-client-console/
implementation 'org.apache.syncope.ext.saml2sp:syncope-ext-saml2sp-client-console:2.1.5'
// https://jarcasting.com/artifacts/org.apache.syncope.ext.saml2sp/syncope-ext-saml2sp-client-console/
implementation ("org.apache.syncope.ext.saml2sp:syncope-ext-saml2sp-client-console:2.1.5")
'org.apache.syncope.ext.saml2sp:syncope-ext-saml2sp-client-console:jar:2.1.5'
<dependency org="org.apache.syncope.ext.saml2sp" name="syncope-ext-saml2sp-client-console" rev="2.1.5">
<artifact name="syncope-ext-saml2sp-client-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.ext.saml2sp', module='syncope-ext-saml2sp-client-console', version='2.1.5')
)
libraryDependencies += "org.apache.syncope.ext.saml2sp" % "syncope-ext-saml2sp-client-console" % "2.1.5"
[org.apache.syncope.ext.saml2sp/syncope-ext-saml2sp-client-console "2.1.5"]