License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.geomajas |
ArtifactId | ArtifactIdgeomajas-backend |
Last Version | Last Version1.13.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGeomajas 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
geomajas-backend-1.13.3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.geomajas/geomajas-backend/ -->
<dependency>
<groupId>org.geomajas</groupId>
<artifactId>geomajas-backend</artifactId>
<version>1.13.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.geomajas/geomajas-backend/
implementation 'org.geomajas:geomajas-backend:1.13.3'
// https://jarcasting.com/artifacts/org.geomajas/geomajas-backend/
implementation ("org.geomajas:geomajas-backend:1.13.3")
'org.geomajas:geomajas-backend:pom:1.13.3'
<dependency org="org.geomajas" name="geomajas-backend" rev="1.13.3">
<artifact name="geomajas-backend" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.geomajas', module='geomajas-backend', version='1.13.3')
)
libraryDependencies += "org.geomajas" % "geomajas-backend" % "1.13.3"
[org.geomajas/geomajas-backend "1.13.3"]