g

geomajas-backend

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.
Files download
File Operation
geomajas-backend-1.11.1.pom download
Apache Maven
<dependency>
  <groupId>org.geomajas</groupId>
  <artifactId>geomajas-backend</artifactId>
  <version>1.11.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.geomajas:geomajas-backend:1.11.1'
Gradle Kotlin
implementation("org.geomajas:geomajas-backend:1.11.1")
Scala SBT
libraryDependencies += "org.geomajas" % "geomajas-backend" % "1.11.1"
Groovy Grape
@Grapes(
  @Grab(group='org.geomajas', module='geomajas-backend', version='1.11.1')
)
Apache Ivy
<dependency org="org.geomajas" name="geomajas-backend" rev="1.11.1" />
Leiningen
[org.geomajas/geomajas-backend "1.11.1"]
Apache Buildr
'org.geomajas:geomajas-backend:jar:1.11.1'