f

flowable-engine-common

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