Geomajas Geometry core

Geomajas Geometry Core: Defines a DTO geometry model that is GWT compatible.

Лицензия

Лицензия

Категории

Категории

Geo Прикладные библиотеки Geospatial
Группа

Группа

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

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

geomajas-project-geometry-core
Последняя версия

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

1.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Geomajas Geometry core
Geomajas Geometry Core: Defines a DTO geometry model that is GWT compatible.

Скачать geomajas-project-geometry-core

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.geomajas.project : geomajas-project-api-annotation jar 1.0.0
net.sourceforge.findbugs : annotations jar 1.0.0

test (5)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.0.0
org.slf4j : jcl-over-slf4j jar 1.6.4
org.slf4j : log4j-over-slf4j jar 1.6.4
junit : junit jar 4.10
com.vividsolutions : jts jar 1.13

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

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

Geomajas Geometry Project

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

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

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

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

Версия
1.3.0
1.2.0
1.1.0
1.0.0