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