is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-example-errorhandler 2.0.0-M2

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

2.0.0-M2
Type

Type

jar

Download mule-example-errorhandler 2.0.0-M2


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