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