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