is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-example-echo 1.3.1

Is a simple component example that demostrates how to expose a component over multiple transports (soap and stream).

GroupId

GroupId

org.mule.examples
ArtifactId

ArtifactId

mule-example-echo
Version

Version

1.3.1
Type

Type

jar

Download mule-example-echo 1.3.1


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