MVN

org.geomajas : geomajas-dist

Maven & Gradle

Sep 13, 2012

Geomajas distribution · 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.

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

Latest Version

Choose a version of org.geomajas : geomajas-dist to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.36

All Versions

Choose a version of org.geomajas : geomajas-dist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
geomajas-dist-1.12.36
geomajas-dist-1.12.28
geomajas-dist-1.12.8

How to add a dependency to Maven

Add the following org.geomajas : geomajas-dist maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.geomajas</groupId>
    <artifactId>geomajas-dist</artifactId>
    <version>1.12.36</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.geomajas : geomajas-dist gradle dependency to your build.gradle file:

implementation 'org.geomajas:geomajas-dist:1.12.36'

Gradle Kotlin DSL: Add the following org.geomajas : geomajas-dist gradle kotlin dependency to your build.gradle.kts file:

implementation("org.geomajas:geomajas-dist:1.12.36")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.geomajas : geomajas-dist sbt scala dependency to your build.sbt file:

libraryDependencies += "org.geomajas" % "geomajas-dist" % "1.12.36"