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