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