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