Geomajas server: Layer common - Implementation


Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

geomajas-plugin-layer-common
Последняя версия

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

1.18.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

Geomajas server: Layer common - Implementation
Geomajas server: Layer common - Implementation
Организация-разработчик

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

Geosparc

Скачать geomajas-plugin-layer-common

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.geomajas : geomajas-api jar 1.18.5
org.geomajas.plugin : geomajas-plugin-cache jar 1.18.5
org.slf4j : slf4j-api jar 1.7.7
org.springframework : spring-context jar 3.0.5.RELEASE
org.springframework : spring-webmvc jar 3.0.5.RELEASE
org.apache.httpcomponents : httpclient jar 4.2.2

provided (2)

Идентификатор библиотеки Тип Версия
org.geomajas.plugin : geomajas-plugin-cache-infinispan jar 1.18.5
javax.servlet : servlet-api jar 2.5

test (8)

Идентификатор библиотеки Тип Версия
org.springframework : spring-test jar 3.0.5.RELEASE
org.geomajas : geomajas-testdata jar 1.18.5
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
org.easytesting : fest-assert jar 1.4
org.geomajas : geomajas-impl jar 1.18.5

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

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

Geomajas Server

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 server/back-end.

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

Geomajas

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

Версия
1.18.5
1.18.3
1.18.2
1.18.1
1.18.0
1.17.0
1.16.5
1.16.2
1.16.1
1.16.0
1.15.1
1.15.0
1.14.0
1.0.0
1.0.0-M1