f

flowable-process-validation

文件下载
文件名 操作
flowable-process-validation-6.2.0.jar 下载
flowable-process-validation-6.2.0.pom 下载
flowable-process-validation-6.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.flowable</groupId>
  <artifactId>flowable-process-validation</artifactId>
  <version>6.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.flowable:flowable-process-validation:6.2.0'
Gradle Kotlin
implementation("org.flowable:flowable-process-validation:6.2.0")
Scala SBT
libraryDependencies += "org.flowable" % "flowable-process-validation" % "6.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.flowable', module='flowable-process-validation', version='6.2.0')
)
Apache Ivy
<dependency org="org.flowable" name="flowable-process-validation" rev="6.2.0" />
Leiningen
[org.flowable/flowable-process-validation "6.2.0"]
Apache Buildr
'org.flowable:flowable-process-validation:jar:6.2.0'