is not current version
Last Version 1.3.3

org.mule.examples:mule-example-loanbroker-esb-parent 1.3-rc5

Demonstrates the Loan Broker using a typical ESB architecture with a shared Message Bus and is based on the example presented in the Enterprise Integration Patterns book. This chapter of the book is available online so you can see a detailed description of the application here (http://www.eaipatterns.com/ComposedMessagingWS.html).

GroupId

GroupId

org.mule.examples
ArtifactId

ArtifactId

mule-example-loanbroker-esb-parent
Version

Version

1.3-rc5
Type

Type

pom

Download mule-example-loanbroker-esb-parent 1.3-rc5


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