g

geomajas-parent

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.
http://www.geomajas.org/
GNU Affero General Public License, Version 3
Geosparc
Pieter De Graef Jan De Moerloose Joachim Van der Auwera
Files download
File Operation
geomajas-parent-2.5.0.pom download
Apache Maven
<dependency>
  <groupId>org.geomajas</groupId>
  <artifactId>geomajas-parent</artifactId>
  <version>2.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.geomajas:geomajas-parent:2.5.0'
Gradle Kotlin
implementation("org.geomajas:geomajas-parent:2.5.0")
Scala SBT
libraryDependencies += "org.geomajas" % "geomajas-parent" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.geomajas', module='geomajas-parent', version='2.5.0')
)
Apache Ivy
<dependency org="org.geomajas" name="geomajas-parent" rev="2.5.0" />
Leiningen
[org.geomajas/geomajas-parent "2.5.0"]
Apache Buildr
'org.geomajas:geomajas-parent:jar:2.5.0'