f

flowable-eventsubscription-service-api

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