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