Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.syncope.ext.oidcclient |
ArtifactId | ArtifactIdsyncope-ext-oidcclient-logic |
Version | Version2.0.16 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.syncope.ext.oidcclient/syncope-ext-oidcclient-logic/ -->
<dependency>
<groupId>org.apache.syncope.ext.oidcclient</groupId>
<artifactId>syncope-ext-oidcclient-logic</artifactId>
<version>2.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.ext.oidcclient/syncope-ext-oidcclient-logic/
implementation 'org.apache.syncope.ext.oidcclient:syncope-ext-oidcclient-logic:2.0.16'
// https://jarcasting.com/artifacts/org.apache.syncope.ext.oidcclient/syncope-ext-oidcclient-logic/
implementation ("org.apache.syncope.ext.oidcclient:syncope-ext-oidcclient-logic:2.0.16")
'org.apache.syncope.ext.oidcclient:syncope-ext-oidcclient-logic:jar:2.0.16'
<dependency org="org.apache.syncope.ext.oidcclient" name="syncope-ext-oidcclient-logic" rev="2.0.16">
<artifact name="syncope-ext-oidcclient-logic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.ext.oidcclient', module='syncope-ext-oidcclient-logic', version='2.0.16')
)
libraryDependencies += "org.apache.syncope.ext.oidcclient" % "syncope-ext-oidcclient-logic" % "2.0.16"
[org.apache.syncope.ext.oidcclient/syncope-ext-oidcclient-logic "2.0.16"]