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