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