не последняя версия
Последняя версия 1.3.3

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

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).

Группа

Группа

org.mule.examples
Идентификатор

Идентификатор

mule-example-loanbroker
Версия

Версия

1.3.1
Тип

Тип

jar

Скачать mule-example-loanbroker 1.3.1


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