| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.mule.examples |
| Идентификатор | Идентификаторmule-example-loanbroker-parent |
| Версия | Версия3.5.0-bighorn |
| Тип | Типjar |
| Описание |
ОписаниеLoan Broker Example
Umbrella for different variations of the Loan Broker example.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| mule-example-loanbroker-parent-3.5.0-bighorn.pom | 1 KB |
| mule-example-loanbroker-parent-3.5.0-bighorn-tests.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-parent/ -->
<dependency>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-loanbroker-parent</artifactId>
<version>3.5.0-bighorn</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-parent/
implementation 'org.mule.examples:mule-example-loanbroker-parent:3.5.0-bighorn'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-loanbroker-parent/
implementation ("org.mule.examples:mule-example-loanbroker-parent:3.5.0-bighorn")
'org.mule.examples:mule-example-loanbroker-parent:jar:3.5.0-bighorn'
<dependency org="org.mule.examples" name="mule-example-loanbroker-parent" rev="3.5.0-bighorn">
<artifact name="mule-example-loanbroker-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-loanbroker-parent', version='3.5.0-bighorn')
)
libraryDependencies += "org.mule.examples" % "mule-example-loanbroker-parent" % "3.5.0-bighorn"
[org.mule.examples/mule-example-loanbroker-parent "3.5.0-bighorn"]