is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-example-errorhandler 1.3-rc5

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

1.3-rc5
Type

Type

jar

Download mule-example-errorhandler 1.3-rc5


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