f

flowable-form-model

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