GroupId | GroupIdorg.flowable |
---|---|
ArtifactId | ArtifactIdflowable-ui-modeler-logic |
Version | Version6.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-ui-modeler-logic/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-ui-modeler-logic</artifactId>
<version>6.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-ui-modeler-logic/
implementation 'org.flowable:flowable-ui-modeler-logic:6.3.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-ui-modeler-logic/
implementation ("org.flowable:flowable-ui-modeler-logic:6.3.0")
'org.flowable:flowable-ui-modeler-logic:jar:6.3.0'
<dependency org="org.flowable" name="flowable-ui-modeler-logic" rev="6.3.0">
<artifact name="flowable-ui-modeler-logic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-ui-modeler-logic', version='6.3.0')
)
libraryDependencies += "org.flowable" % "flowable-ui-modeler-logic" % "6.3.0"
[org.flowable/flowable-ui-modeler-logic "6.3.0"]