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