is not current version
Last Version 3.0.0-RC2

org.mule.examples:mule-example-webapp 3.0.0-M2-20091130

Is a webapp that provides an interface to some of the examples here such as the LoanBroker, Hello World and Echo examples. It also provides examples of accessing Mule using REST style service calls and is itself an example of how to embed Mule in a webapp.

GroupId

GroupId

org.mule.examples
ArtifactId

ArtifactId

mule-example-webapp
Version

Version

3.0.0-M2-20091130
Type

Type

war

Download mule-example-webapp 3.0.0-M2-20091130


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