не последняя версия
Последняя версия 3.5.0-bighorn

org.mule.examples:mule-examples-all 2.0.0-RC1

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.

Группа

Группа

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

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

mule-examples-all
Версия

Версия

2.0.0-RC1
Тип

Тип

pom

Скачать mule-examples-all 2.0.0-RC1

Имя Файла Размер
mule-examples-all-2.0.0-RC1.pom 3 KB
Обзор

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