is not current version
Last Version 1.3.3

org.mule.examples:mule-example-loanbroker 1.3

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
Version

Version

1.3
Type

Type

jar

Download mule-example-loanbroker 1.3


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