f

flowable-form-model

Files download
File Operation
flowable-form-model-6.4.2.jar download
flowable-form-model-6.4.2.pom download
flowable-form-model-6.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.flowable</groupId>
  <artifactId>flowable-form-model</artifactId>
  <version>6.4.2</version>
</dependency>
Gradle Groovy
implementation 'org.flowable:flowable-form-model:6.4.2'
Gradle Kotlin
implementation("org.flowable:flowable-form-model:6.4.2")
Scala SBT
libraryDependencies += "org.flowable" % "flowable-form-model" % "6.4.2"
Groovy Grape
@Grapes(
  @Grab(group='org.flowable', module='flowable-form-model', version='6.4.2')
)
Apache Ivy
<dependency org="org.flowable" name="flowable-form-model" rev="6.4.2" />
Leiningen
[org.flowable/flowable-form-model "6.4.2"]
Apache Buildr
'org.flowable:flowable-form-model:jar:6.4.2'