is not current version
Last Version 1.13.3

org.geomajas:geomajas-backend 1.10.0

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.

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.geomajas
ArtifactId

ArtifactId

geomajas-backend
Version

Version

1.10.0
Type

Type

pom

Download geomajas-backend 1.10.0


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