GroupId | GroupIdorg.flowable |
---|---|
ArtifactId | ArtifactIdflowable-job-service |
Version | Version6.4.0 |
Type | Typejar |
Filename | Size |
---|---|
flowable-job-service-6.4.0.pom | |
flowable-job-service-6.4.0.jar | 285 KB |
flowable-job-service-6.4.0-sources.jar | 230 KB |
flowable-job-service-6.4.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-job-service/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-job-service</artifactId>
<version>6.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-job-service/
implementation 'org.flowable:flowable-job-service:6.4.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-job-service/
implementation ("org.flowable:flowable-job-service:6.4.0")
'org.flowable:flowable-job-service:jar:6.4.0'
<dependency org="org.flowable" name="flowable-job-service" rev="6.4.0">
<artifact name="flowable-job-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-job-service', version='6.4.0')
)
libraryDependencies += "org.flowable" % "flowable-job-service" % "6.4.0"
[org.flowable/flowable-job-service "6.4.0"]