License |
License |
---|---|
GroupId | GroupIdorg.mule.modules |
ArtifactId | ArtifactIdmule-module-bpm |
Version | Version3.9.0 |
Type | Typejar |
Description |
DescriptionBPM Support
Allows Mule events to initiate and/or advance processes in an external or embedded Business Process Management System (BPMS). It also allows executing processes to generate Mule events.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mule-module-bpm-3.9.0.pom | |
mule-module-bpm-3.9.0.jar | 19 KB |
mule-module-bpm-3.9.0-tests.jar | 6 KB |
mule-module-bpm-3.9.0-sources.jar | 14 KB |
mule-module-bpm-3.9.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-bpm/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-bpm</artifactId>
<version>3.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-bpm/
implementation 'org.mule.modules:mule-module-bpm:3.9.0'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-bpm/
implementation ("org.mule.modules:mule-module-bpm:3.9.0")
'org.mule.modules:mule-module-bpm:jar:3.9.0'
<dependency org="org.mule.modules" name="mule-module-bpm" rev="3.9.0">
<artifact name="mule-module-bpm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-bpm', version='3.9.0')
)
libraryDependencies += "org.mule.modules" % "mule-module-bpm" % "3.9.0"
[org.mule.modules/mule-module-bpm "3.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mule.modules : mule-module-spring-config | jar | 3.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mule.tests : mule-tests-functional | jar | 3.9.0 |
com.googlecode.multithreadedtc : multithreadedtc | jar | 1.01 |