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