Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.mule.examples |
ArtifactId | ArtifactIdmule-example-geomail |
Version | Version3.1.0 |
Type | Typewar |
Filename | Size |
---|---|
mule-example-geomail-3.1.0.pom | |
mule-example-geomail-3.1.0.war | 23 MB |
mule-example-geomail-3.1.0-tests.jar | 2 KB |
mule-example-geomail-3.1.0-test-sources.jar | 323 bytes |
mule-example-geomail-3.1.0-sources.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-geomail/ -->
<dependency>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-geomail</artifactId>
<version>3.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-geomail/
implementation 'org.mule.examples:mule-example-geomail:3.1.0'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-geomail/
implementation ("org.mule.examples:mule-example-geomail:3.1.0")
'org.mule.examples:mule-example-geomail:war:3.1.0'
<dependency org="org.mule.examples" name="mule-example-geomail" rev="3.1.0">
<artifact name="mule-example-geomail" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-geomail', version='3.1.0')
)
libraryDependencies += "org.mule.examples" % "mule-example-geomail" % "3.1.0"
[org.mule.examples/mule-example-geomail "3.1.0"]