f

flowable-entitylink-service

Files download
File Operation
flowable-entitylink-service-6.6.0.jar download
flowable-entitylink-service-6.6.0.pom download
flowable-entitylink-service-6.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.flowable</groupId>
  <artifactId>flowable-entitylink-service</artifactId>
  <version>6.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.flowable:flowable-entitylink-service:6.6.0'
Gradle Kotlin
implementation("org.flowable:flowable-entitylink-service:6.6.0")
Scala SBT
libraryDependencies += "org.flowable" % "flowable-entitylink-service" % "6.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.flowable', module='flowable-entitylink-service', version='6.6.0')
)
Apache Ivy
<dependency org="org.flowable" name="flowable-entitylink-service" rev="6.6.0" />
Leiningen
[org.flowable/flowable-entitylink-service "6.6.0"]
Apache Buildr
'org.flowable:flowable-entitylink-service:jar:6.6.0'