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