is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-example-loanbroker-esn 2.0.0-M2

The Loan Broker example application 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-esn
Version

Version

2.0.0-M2
Type

Type

jar

Download mule-example-loanbroker-esn 2.0.0-M2


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