f

flowable-http-common

文件下载
文件名 操作
flowable-http-common-6.6.0.jar 下载
flowable-http-common-6.6.0.pom 下载
flowable-http-common-6.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.flowable</groupId>
  <artifactId>flowable-http-common</artifactId>
  <version>6.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.flowable:flowable-http-common:6.6.0'
Gradle Kotlin
implementation("org.flowable:flowable-http-common:6.6.0")
Scala SBT
libraryDependencies += "org.flowable" % "flowable-http-common" % "6.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.flowable', module='flowable-http-common', version='6.6.0')
)
Apache Ivy
<dependency org="org.flowable" name="flowable-http-common" rev="6.6.0" />
Leiningen
[org.flowable/flowable-http-common "6.6.0"]
Apache Buildr
'org.flowable:flowable-http-common:jar:6.6.0'