is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-example-hello 2.0.0-RC1

Shows how to configure multiple components to interact on a single request and how to manage event transformations.

GroupId

GroupId

org.mule.examples
ArtifactId

ArtifactId

mule-example-hello
Version

Version

2.0.0-RC1
Type

Type

jar

Download mule-example-hello 2.0.0-RC1


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