f

flowable-spring

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