GroupId | GroupIdorg.ow2.petals.flowable |
---|---|
ArtifactId | ArtifactIdflowable-rest |
Version | Version6.0.1-PETALS-0 |
Type | Typejar |
Filename | Size |
---|---|
flowable-rest-6.0.1-PETALS-0.pom | |
flowable-rest-6.0.1-PETALS-0.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals.flowable/flowable-rest/ -->
<dependency>
<groupId>org.ow2.petals.flowable</groupId>
<artifactId>flowable-rest</artifactId>
<version>6.0.1-PETALS-0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.flowable/flowable-rest/
implementation 'org.ow2.petals.flowable:flowable-rest:6.0.1-PETALS-0'
// https://jarcasting.com/artifacts/org.ow2.petals.flowable/flowable-rest/
implementation ("org.ow2.petals.flowable:flowable-rest:6.0.1-PETALS-0")
'org.ow2.petals.flowable:flowable-rest:jar:6.0.1-PETALS-0'
<dependency org="org.ow2.petals.flowable" name="flowable-rest" rev="6.0.1-PETALS-0">
<artifact name="flowable-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.flowable', module='flowable-rest', version='6.0.1-PETALS-0')
)
libraryDependencies += "org.ow2.petals.flowable" % "flowable-rest" % "6.0.1-PETALS-0"
[org.ow2.petals.flowable/flowable-rest "6.0.1-PETALS-0"]