| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGeo Прикладные библиотеки Geospatial |
| Группа | Группаorg.mule.examples |
| Идентификатор | Идентификаторmule-example-geomail |
| Версия | Версия3.5.0-bighorn |
| Тип | Типwar |
| Описание |
ОписаниеGeoMail Example
A web based example that plots incoming emails on a world map. This example demonstrates how to use Ajax events with Mule.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- 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</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'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-geomail/
implementation ("org.mule.examples:mule-example-geomail:3.5.0-bighorn")
'org.mule.examples:mule-example-geomail:war:3.5.0-bighorn'
<dependency org="org.mule.examples" name="mule-example-geomail" rev="3.5.0-bighorn">
<artifact name="mule-example-geomail" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-geomail', version='3.5.0-bighorn')
)
libraryDependencies += "org.mule.examples" % "mule-example-geomail" % "3.5.0-bighorn"
[org.mule.examples/mule-example-geomail "3.5.0-bighorn"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mule.transports : mule-transport-vm | jar | 3.5.0-bighorn |
| org.mule.transports : mule-transport-email | jar | 3.5.0-bighorn |
| org.mule.transports : mule-transport-ajax | jar | 3.5.0-bighorn |
| org.mule.transports : mule-transport-quartz | jar | 3.5.0-bighorn |
| org.mule.modules : mule-module-scripting | jar | 3.5.0-bighorn |
| org.mule.modules : mule-module-json | jar | 3.5.0-bighorn |
| org.springframework : spring-orm | jar | 3.2.1.RELEASE |
| org.springframework : spring-jdbc | jar | 3.2.1.RELEASE |
| org.hibernate : hibernate-annotations | jar | 3.2.1.ga |
| cglib : cglib | jar | 2.2 |
| org.hibernate : hibernate-entitymanager | jar | 3.2.1.ga |
| hsqldb : hsqldb | jar | 1.8.0.7 |
| commons-dbcp : commons-dbcp | jar | 1.2.1 |