GroupId | GroupIdorg.mule.examples |
---|---|
ArtifactId | ArtifactIdmule-example-notifications |
Version | Version3.0.0-M4 |
Type | Typewar |
Filename | Size |
---|---|
mule-example-notifications-3.0.0-M4.pom | |
mule-example-notifications-3.0.0-M4.war | 11 MB |
Browse |
<!-- 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"]