is not current version
Last Version 6.7.2

org.flowable:flowable-job-service 6.3.1


GroupId

GroupId

org.flowable
ArtifactId

ArtifactId

flowable-job-service
Version

Version

6.3.1
Type

Type

jar

Download flowable-job-service 6.3.1


<!-- https://jarcasting.com/artifacts/org.flowable/flowable-job-service/ -->
<dependency>
    <groupId>org.flowable</groupId>
    <artifactId>flowable-job-service</artifactId>
    <version>6.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-job-service/
implementation 'org.flowable:flowable-job-service:6.3.1'
// https://jarcasting.com/artifacts/org.flowable/flowable-job-service/
implementation ("org.flowable:flowable-job-service:6.3.1")
'org.flowable:flowable-job-service:jar:6.3.1'
<dependency org="org.flowable" name="flowable-job-service" rev="6.3.1">
  <artifact name="flowable-job-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-job-service', version='6.3.1')
)
libraryDependencies += "org.flowable" % "flowable-job-service" % "6.3.1"
[org.flowable/flowable-job-service "6.3.1"]