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