MVN

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

Maven & Gradle

Dec 19, 2006

Loan Broker ESB Example · 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).

<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-loanbroker-esb-parent</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.examples : mule-example-loanbroker-esb-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.3.3
  • Latest Release Candidate: 1.3-rc5

All Versions

Choose a version of org.mule.examples : mule-example-loanbroker-esb-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
mule-example-loanbroker-esb-parent-1.3.3
mule-example-loanbroker-esb-parent-1.3.2
mule-example-loanbroker-esb-parent-1.3.1
1.3
mule-example-loanbroker-esb-parent-1.3
mule-example-loanbroker-esb-parent-1.3-rc5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-loanbroker-esb-parent</artifactId>
    <version>1.3.3</version>
</dependency>