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