is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-example-errorhandler 1.4.4

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.4.4
Type

Type

jar

Download mule-example-errorhandler 1.4.4


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