is not current version
Last Version 3.5.0-bighorn

org.mule.examples:mule-example-notifications 3.0.0-M4

Demonstrates capturing and firing notifications and uses AJAX to send notifications to the browser.

GroupId

GroupId

org.mule.examples
ArtifactId

ArtifactId

mule-example-notifications
Version

Version

3.0.0-M4
Type

Type

war

Download mule-example-notifications 3.0.0-M4


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