не последняя версия
Последняя версия 3.0.0-RC2

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

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.

Группа

Группа

org.mule.examples
Идентификатор

Идентификатор

mule-example-webapp
Версия

Версия

3.0.0-M2-20090803
Тип

Тип

war

Скачать mule-example-webapp 3.0.0-M2-20090803


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