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