| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.mule.examples |
| Идентификатор | Идентификаторmule-example-loanbroker-esn |
| Версия | Версия3.5.0-bighorn |
| Тип | Типjar |
| Описание |
ОписаниеLoan Broker ESN Example
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).
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esn/ -->
<dependency>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-loanbroker-esn</artifactId>
<version>3.5.0-bighorn</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esn/
implementation 'org.mule.examples:mule-example-loanbroker-esn:3.5.0-bighorn'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-esn/
implementation ("org.mule.examples:mule-example-loanbroker-esn:3.5.0-bighorn")
'org.mule.examples:mule-example-loanbroker-esn:jar:3.5.0-bighorn'
<dependency org="org.mule.examples" name="mule-example-loanbroker-esn" rev="3.5.0-bighorn">
<artifact name="mule-example-loanbroker-esn" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-loanbroker-esn', version='3.5.0-bighorn')
)
libraryDependencies += "org.mule.examples" % "mule-example-loanbroker-esn" % "3.5.0-bighorn"
[org.mule.examples/mule-example-loanbroker-esn "3.5.0-bighorn"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mule.examples : mule-example-loanbroker-common | jar | 3.5.0-bighorn |
| org.mule.modules : mule-module-spring-config | jar | 3.5.0-bighorn |
| org.mule.modules : mule-module-cxf | jar | 3.5.0-bighorn |
| org.mule.patterns : mule-pattern-core | jar | 3.5.0-bighorn |
| org.mule.transports : mule-transport-http | jar | 3.5.0-bighorn |
| org.mule.transports : mule-transport-vm | jar | 3.5.0-bighorn |
| org.apache.geronimo.specs : geronimo-annotation_1.0_spec | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mule.examples : mule-example-loanbroker-common-tests | jar | 3.5.0-bighorn |