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