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