GroupId | GroupIdorg.mule.examples |
---|---|
ArtifactId | ArtifactIdmule-example-notifications |
Version | Version3.0.0-RC2 |
Type | Typewar |
<!-- 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-RC2</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-RC2'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-notifications/
implementation ("org.mule.examples:mule-example-notifications:3.0.0-RC2")
'org.mule.examples:mule-example-notifications:war:3.0.0-RC2'
<dependency org="org.mule.examples" name="mule-example-notifications" rev="3.0.0-RC2">
<artifact name="mule-example-notifications" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-notifications', version='3.0.0-RC2')
)
libraryDependencies += "org.mule.examples" % "mule-example-notifications" % "3.0.0-RC2"
[org.mule.examples/mule-example-notifications "3.0.0-RC2"]