Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.mule.examples |
ArtifactId | ArtifactIdmule-example-geomail |
Version | Version3.5.0-bighorn-RC3 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-geomail/ -->
<dependency>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-geomail</artifactId>
<version>3.5.0-bighorn-RC3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-geomail/
implementation 'org.mule.examples:mule-example-geomail:3.5.0-bighorn-RC3'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-geomail/
implementation ("org.mule.examples:mule-example-geomail:3.5.0-bighorn-RC3")
'org.mule.examples:mule-example-geomail:war:3.5.0-bighorn-RC3'
<dependency org="org.mule.examples" name="mule-example-geomail" rev="3.5.0-bighorn-RC3">
<artifact name="mule-example-geomail" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-geomail', version='3.5.0-bighorn-RC3')
)
libraryDependencies += "org.mule.examples" % "mule-example-geomail" % "3.5.0-bighorn-RC3"
[org.mule.examples/mule-example-geomail "3.5.0-bighorn-RC3"]