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