is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-example-errorhandler 3.0.0-M2-20090803

Demonstrates using Spring as the external container to provide the objects managed by Mule and how to publish events to multiple outbound endpoints. The example consists of two components; ExecptionManager and BusinessErrorManager.

GroupId

GroupId

org.mule.examples
ArtifactId

ArtifactId

mule-example-errorhandler
Version

Version

3.0.0-M2-20090803
Type

Type

jar

Download mule-example-errorhandler 3.0.0-M2-20090803


<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-errorhandler/ -->
<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-errorhandler</artifactId>
    <version>3.0.0-M2-20090803</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-errorhandler/
implementation 'org.mule.examples:mule-example-errorhandler:3.0.0-M2-20090803'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-errorhandler/
implementation ("org.mule.examples:mule-example-errorhandler:3.0.0-M2-20090803")
'org.mule.examples:mule-example-errorhandler:jar:3.0.0-M2-20090803'
<dependency org="org.mule.examples" name="mule-example-errorhandler" rev="3.0.0-M2-20090803">
  <artifact name="mule-example-errorhandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-errorhandler', version='3.0.0-M2-20090803')
)
libraryDependencies += "org.mule.examples" % "mule-example-errorhandler" % "3.0.0-M2-20090803"
[org.mule.examples/mule-example-errorhandler "3.0.0-M2-20090803"]