Geomajas GWT2 client: Parent POM


Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

geomajas-project-client-gwt2
Последняя версия

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

2.4.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

Geomajas GWT2 client: Parent POM
Geomajas GWT2 client: Parent POM
Организация-разработчик

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

Geosparc
Система контроля версий

Система контроля версий

https://github.com/geomajas/geomajas-project-client-gwt2.git

Скачать geomajas-project-client-gwt2

Имя Файла Размер
geomajas-project-client-gwt2-2.4.3.pom 13 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • common-gwt
  • api
  • impl
  • server-extension
  • example-base
  • example-jar
  • plugin
  • example
  • documentation
  • javadoc

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.project

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