Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.syncope.ext.oidcclient |
ArtifactId | ArtifactIdsyncope-ext-oidcclient-rest-api |
Version | Version2.0.16 |
Type | Typejar |
<!-- 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.16</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.16'
// 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.16")
'org.apache.syncope.ext.oidcclient:syncope-ext-oidcclient-rest-api:jar:2.0.16'
<dependency org="org.apache.syncope.ext.oidcclient" name="syncope-ext-oidcclient-rest-api" rev="2.0.16">
<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.16')
)
libraryDependencies += "org.apache.syncope.ext.oidcclient" % "syncope-ext-oidcclient-rest-api" % "2.0.16"
[org.apache.syncope.ext.oidcclient/syncope-ext-oidcclient-rest-api "2.0.16"]