s

syncope-ext-flowable-bpmn

Apache Syncope Ext: Flowable BPMN
Files download
File Operation
syncope-ext-flowable-bpmn-3.0.6.jar download
syncope-ext-flowable-bpmn-3.0.6.pom download
syncope-ext-flowable-bpmn-3.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.syncope.ext.flowable</groupId>
  <artifactId>syncope-ext-flowable-bpmn</artifactId>
  <version>3.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.apache.syncope.ext.flowable:syncope-ext-flowable-bpmn:3.0.6'
Gradle Kotlin
implementation("org.apache.syncope.ext.flowable:syncope-ext-flowable-bpmn:3.0.6")
Scala SBT
libraryDependencies += "org.apache.syncope.ext.flowable" % "syncope-ext-flowable-bpmn" % "3.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.syncope.ext.flowable', module='syncope-ext-flowable-bpmn', version='3.0.6')
)
Apache Ivy
<dependency org="org.apache.syncope.ext.flowable" name="syncope-ext-flowable-bpmn" rev="3.0.6" />
Leiningen
[org.apache.syncope.ext.flowable/syncope-ext-flowable-bpmn "3.0.6"]
Apache Buildr
'org.apache.syncope.ext.flowable:syncope-ext-flowable-bpmn:jar:3.0.6'