f

flowable-http-common

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