GroupId | GroupIdorg.flowable |
---|---|
ArtifactId | ArtifactIdflowable5-engine |
Version | Version6.3.1 |
Type | Typejar |
Filename | Size |
---|---|
flowable5-engine-6.3.1.pom | |
flowable5-engine-6.3.1.jar | 1 MB |
flowable5-engine-6.3.1-sources.jar | 1 MB |
flowable5-engine-6.3.1-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable5-engine/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable5-engine</artifactId>
<version>6.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable5-engine/
implementation 'org.flowable:flowable5-engine:6.3.1'
// https://jarcasting.com/artifacts/org.flowable/flowable5-engine/
implementation ("org.flowable:flowable5-engine:6.3.1")
'org.flowable:flowable5-engine:jar:6.3.1'
<dependency org="org.flowable" name="flowable5-engine" rev="6.3.1">
<artifact name="flowable5-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable5-engine', version='6.3.1')
)
libraryDependencies += "org.flowable" % "flowable5-engine" % "6.3.1"
[org.flowable/flowable5-engine "6.3.1"]