Geomajas GWT2 client: Commons - Command Service


Лицензия

Лицензия

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки CLI Geo Прикладные библиотеки Geospatial
Группа

Группа

org.geomajas
Идентификатор

Идентификатор

geomajas-client-common-gwt-command
Последняя версия

Последняя версия

2.4.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Geomajas GWT2 client: Commons - Command Service
Geomajas GWT2 client: Commons - Command Service
Организация-разработчик

Организация-разработчик

Geosparc

Скачать geomajas-client-common-gwt-command

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.geomajas/geomajas-client-common-gwt-command/ -->
<dependency>
    <groupId>org.geomajas</groupId>
    <artifactId>geomajas-client-common-gwt-command</artifactId>
    <version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.geomajas/geomajas-client-common-gwt-command/
implementation 'org.geomajas:geomajas-client-common-gwt-command:2.4.3'
// https://jarcasting.com/artifacts/org.geomajas/geomajas-client-common-gwt-command/
implementation ("org.geomajas:geomajas-client-common-gwt-command:2.4.3")
'org.geomajas:geomajas-client-common-gwt-command:jar:2.4.3'
<dependency org="org.geomajas" name="geomajas-client-common-gwt-command" rev="2.4.3">
  <artifact name="geomajas-client-common-gwt-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geomajas', module='geomajas-client-common-gwt-command', version='2.4.3')
)
libraryDependencies += "org.geomajas" % "geomajas-client-common-gwt-command" % "2.4.3"
[org.geomajas/geomajas-client-common-gwt-command "2.4.3"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.geomajas : geomajas-api jar
org.geomajas : geomajas-common-servlet jar
org.geomajas : geomajas-command jar
org.springframework : spring-context jar
org.springframework : spring-webmvc jar
org.slf4j : slf4j-api jar 1.7.7
org.jibx : jibx-run jar

provided (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-user jar 2.7.0

test (6)

Идентификатор библиотеки Тип Версия
org.springframework : spring-test jar
commons-io : commons-io jar
ch.qos.logback : logback-classic jar 1.0.0
org.slf4j : jcl-over-slf4j jar 1.7.7
org.slf4j : log4j-over-slf4j jar 1.7.7
junit : junit jar 4.10

Модули Проекта

Данный проект не имеет модулей.

Geomajas GWT Client 2.x

What is Geomajas

Geomajas is an Open Source Web Mapping Framework written in Java. It provides both server and client components. This project contains the Client 2.x. It is based upon the GWT technology.

For more details about the project, how to use it, manuals and other information, take a look at the website at http://www.geomajas.org/ .

For commercial support see http://www.geosparc.com/ .

Explanation of all folders in the root

  • common-gwt: Libraries containing common code used in both Geomajas clients.
  • api: The client API
  • impl: The implementation of the API.
  • server-extension: Extension of the client to include the Geomajas server.
  • documentation: The main documentation artifact.
  • example-base: Library with showcase layout. It is used by the showcase application.
  • example-jar: Library containing samples on the API
  • example: Showcase application. It bundles all samples from all plugins.
  • plugin: Folder containing all plugins for this client, such as WMS client, editing, GIS widgets, ...

Build Process

In order to build Geomajas, we recommend using Maven (see http://maven.apache.org/). Following Maven best practices, the pom.xml files do not contain any Maven repositories.

You'll have to add the Geomajas Maven repository (http://maven.geomajas.org/) to your settings.xml file, which can be located in:

~/.m2/settings.xml

Next go to the root of the source code and run:

mvn install
org.geomajas

Geomajas

Версии библиотеки

Версия
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0-M3
2.1.0-M2
2.0.0
2.0.0-M1