f

flowable-engine-common

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