Files download
File Operation
flowable-root-7.0.0.M2.pom download
Apache Maven
<dependency>
  <groupId>org.flowable</groupId>
  <artifactId>flowable-root</artifactId>
  <version>7.0.0.M2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.flowable:flowable-root:7.0.0.M2'
Gradle Kotlin
implementation("org.flowable:flowable-root:7.0.0.M2")
Scala SBT
libraryDependencies += "org.flowable" % "flowable-root" % "7.0.0.M2"
Groovy Grape
@Grapes(
  @Grab(group='org.flowable', module='flowable-root', version='7.0.0.M2')
)
Apache Ivy
<dependency org="org.flowable" name="flowable-root" rev="7.0.0.M2" />
Leiningen
[org.flowable/flowable-root "7.0.0.M2"]
Apache Buildr
'org.flowable:flowable-root:jar:7.0.0.M2'
Dependencies
The project has no third-party dependencies