Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.syncope.ext |
ArtifactId | ArtifactIdsyncope-ext-oidcclient |
Version | Version2.0.13 |
Type | Typepom |
Filename | Size |
---|---|
syncope-ext-oidcclient-2.0.13.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.syncope.ext/syncope-ext-oidcclient/ -->
<dependency>
<groupId>org.apache.syncope.ext</groupId>
<artifactId>syncope-ext-oidcclient</artifactId>
<version>2.0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.ext/syncope-ext-oidcclient/
implementation 'org.apache.syncope.ext:syncope-ext-oidcclient:2.0.13'
// https://jarcasting.com/artifacts/org.apache.syncope.ext/syncope-ext-oidcclient/
implementation ("org.apache.syncope.ext:syncope-ext-oidcclient:2.0.13")
'org.apache.syncope.ext:syncope-ext-oidcclient:pom:2.0.13'
<dependency org="org.apache.syncope.ext" name="syncope-ext-oidcclient" rev="2.0.13">
<artifact name="syncope-ext-oidcclient" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.ext', module='syncope-ext-oidcclient', version='2.0.13')
)
libraryDependencies += "org.apache.syncope.ext" % "syncope-ext-oidcclient" % "2.0.13"
[org.apache.syncope.ext/syncope-ext-oidcclient "2.0.13"]