f

flowable-identitylink-service

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