is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-examples-all 3.1.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.

GroupId

GroupId

org.mule.examples
ArtifactId

ArtifactId

mule-examples-all
Version

Version

3.1.0-RC1
Type

Type

pom

Download mule-examples-all 3.1.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.1.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-examples-all/
implementation 'org.mule.examples:mule-examples-all:3.1.0-RC1'
// https://jarcasting.com/artifacts/org.mule.examples/mule-examples-all/
implementation ("org.mule.examples:mule-examples-all:3.1.0-RC1")
'org.mule.examples:mule-examples-all:pom:3.1.0-RC1'
<dependency org="org.mule.examples" name="mule-examples-all" rev="3.1.0-RC1">
  <artifact name="mule-examples-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-examples-all', version='3.1.0-RC1')
)
libraryDependencies += "org.mule.examples" % "mule-examples-all" % "3.1.0-RC1"
[org.mule.examples/mule-examples-all "3.1.0-RC1"]