f

flowable-event-registry-configurator

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