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