is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-example-hello 1.4.4

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

1.4.4
Type

Type

jar

Download mule-example-hello 1.4.4


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