| GroupId | GroupIdorg.flowable |
|---|---|
| ArtifactId | ArtifactIdflowable-mule |
| Version | Version6.0.0.RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flowable-mule-6.0.0.RC1.pom | |
| flowable-mule-6.0.0.RC1.jar | 7 KB |
| flowable-mule-6.0.0.RC1-sources.jar | 2 KB |
| flowable-mule-6.0.0.RC1-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-mule/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-mule</artifactId>
<version>6.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-mule/
implementation 'org.flowable:flowable-mule:6.0.0.RC1'
// https://jarcasting.com/artifacts/org.flowable/flowable-mule/
implementation ("org.flowable:flowable-mule:6.0.0.RC1")
'org.flowable:flowable-mule:jar:6.0.0.RC1'
<dependency org="org.flowable" name="flowable-mule" rev="6.0.0.RC1">
<artifact name="flowable-mule" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-mule', version='6.0.0.RC1')
)
libraryDependencies += "org.flowable" % "flowable-mule" % "6.0.0.RC1"
[org.flowable/flowable-mule "6.0.0.RC1"]