GroupId | GroupIdorg.mule.modules |
---|---|
ArtifactId | ArtifactIdmule-module-bpm |
Version | Version3.5.0-bighorn-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-bpm/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-bpm</artifactId>
<version>3.5.0-bighorn-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-bpm/
implementation 'org.mule.modules:mule-module-bpm:3.5.0-bighorn-RC3'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-bpm/
implementation ("org.mule.modules:mule-module-bpm:3.5.0-bighorn-RC3")
'org.mule.modules:mule-module-bpm:jar:3.5.0-bighorn-RC3'
<dependency org="org.mule.modules" name="mule-module-bpm" rev="3.5.0-bighorn-RC3">
<artifact name="mule-module-bpm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-bpm', version='3.5.0-bighorn-RC3')
)
libraryDependencies += "org.mule.modules" % "mule-module-bpm" % "3.5.0-bighorn-RC3"
[org.mule.modules/mule-module-bpm "3.5.0-bighorn-RC3"]