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