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