MVN

org.geomajas : geomajas-backend

Maven & Gradle

Oct 03, 2013
55 usages

Geomajas back-end · Geomajas is a component framework for building rich Internet applications (RIA) with sophisticated capabilities for the display, analysis and management of geographic information. It is a building block that allows developers to add maps and other geographic data capabilities to their web applications. Dependencies for the back-end, specifying back-end version and it's most important dependencies. When this is combined with geomajas-dep to use the snapshot back-end, then this dependency needs to be mentioned first in the pom.

<dependency>
    <groupId>org.geomajas</groupId>
    <artifactId>geomajas-backend</artifactId>
    <version>1.13.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geomajas : geomajas-backend to add to Maven - Latest Versions:

  • Latest Stable: 1.13.3

All Versions

Choose a version of org.geomajas : geomajas-backend to add to Maven - All Versions:

Version Vulnerabilities Updated
1.13.x
geomajas-backend-1.13.3
geomajas-backend-1.13.2
geomajas-backend-1.13.1
1.12.x
geomajas-backend-1.12.0
1.11.x
geomajas-backend-1.11.1
geomajas-backend-1.11.0
1.10.x
geomajas-backend-1.10.0
1.9.x
geomajas-backend-1.9.0
1.8.x
geomajas-backend-1.8.0
1.7.x
geomajas-backend-1.7.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.geomajas</groupId>
    <artifactId>geomajas-backend</artifactId>
    <version>1.13.3</version>
</dependency>