GroupId | GroupIdorg.flowable |
---|---|
ArtifactId | ArtifactIdflowable-cmmn-engine |
Version | Version6.4.2 |
Type | Typejar |
Filename | Size |
---|---|
flowable-cmmn-engine-6.4.2.pom | |
flowable-cmmn-engine-6.4.2.jar | 730 KB |
flowable-cmmn-engine-6.4.2-sources.jar | 570 KB |
flowable-cmmn-engine-6.4.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-cmmn-engine/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-cmmn-engine</artifactId>
<version>6.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-cmmn-engine/
implementation 'org.flowable:flowable-cmmn-engine:6.4.2'
// https://jarcasting.com/artifacts/org.flowable/flowable-cmmn-engine/
implementation ("org.flowable:flowable-cmmn-engine:6.4.2")
'org.flowable:flowable-cmmn-engine:jar:6.4.2'
<dependency org="org.flowable" name="flowable-cmmn-engine" rev="6.4.2">
<artifact name="flowable-cmmn-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-cmmn-engine', version='6.4.2')
)
libraryDependencies += "org.flowable" % "flowable-cmmn-engine" % "6.4.2"
[org.flowable/flowable-cmmn-engine "6.4.2"]