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