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