is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-examples-all 2.0.2

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

2.0.2
Type

Type

pom

Download mule-examples-all 2.0.2


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