is not current version
Last Version 3.0.0-RC2

org.mule.examples:mule-example-webapp 2.0.0

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

2.0.0
Type

Type

war

Download mule-example-webapp 2.0.0


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