| Categories | CategoriesGeo Business Logic Libraries Geospatial | 
|---|---|
| GroupId | GroupIdorg.mule.examples | 
| ArtifactId | ArtifactIdmule-example-geomail | 
| Version | Version3.0.0-M2-20090803 | 
| 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.0.0-M2-20090803</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.mule.examples/mule-example-geomail/
implementation 'org.mule.examples:mule-example-geomail:3.0.0-M2-20090803'// https://jarcasting.com/artifacts/org.mule.examples/mule-example-geomail/
implementation ("org.mule.examples:mule-example-geomail:3.0.0-M2-20090803")'org.mule.examples:mule-example-geomail:war:3.0.0-M2-20090803'<dependency org="org.mule.examples" name="mule-example-geomail" rev="3.0.0-M2-20090803">
  <artifact name="mule-example-geomail" type="war" />
</dependency>@Grapes(
@Grab(group='org.mule.examples', module='mule-example-geomail', version='3.0.0-M2-20090803')
)libraryDependencies += "org.mule.examples" % "mule-example-geomail" % "3.0.0-M2-20090803"[org.mule.examples/mule-example-geomail "3.0.0-M2-20090803"]