f

flowable-event-registry-configurator

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