| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.mule.examples |
| Идентификатор | Идентификаторmule-examples-all |
| Версия | Версия3.5.0-bighorn |
| Тип | Типjar |
| Описание |
ОписаниеAll Mule examples
This module does not publish any content itself, it's just a shorthand
for referencing all examples at once. This is needed in the various
distributions we package where we either nedd to include or exclude all
examples.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| mule-examples-all-3.5.0-bighorn.pom | 3 KB |
| mule-examples-all-3.5.0-bighorn-tests.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-examples-all/ -->
<dependency>
<groupId>org.mule.examples</groupId>
<artifactId>mule-examples-all</artifactId>
<version>3.5.0-bighorn</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-examples-all/
implementation 'org.mule.examples:mule-examples-all:3.5.0-bighorn'
// https://jarcasting.com/artifacts/org.mule.examples/mule-examples-all/
implementation ("org.mule.examples:mule-examples-all:3.5.0-bighorn")
'org.mule.examples:mule-examples-all:jar:3.5.0-bighorn'
<dependency org="org.mule.examples" name="mule-examples-all" rev="3.5.0-bighorn">
<artifact name="mule-examples-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-examples-all', version='3.5.0-bighorn')
)
libraryDependencies += "org.mule.examples" % "mule-examples-all" % "3.5.0-bighorn"
[org.mule.examples/mule-examples-all "3.5.0-bighorn"]