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

org.mule.examples:mule-examples-all 3.3.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
Версия

Версия

3.3.0-RC1
Тип

Тип

jar

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


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