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