MVN

org.geomajas.plugin : geomajas-layer-wms-gwt

Maven & Gradle

Feb 23, 2016
7 usages

Geomajas GWT client: Layer Wms - Parent · Geomajas GWT client: Layer Wms - Parent

<dependency>
    <groupId>org.geomajas.plugin</groupId>
    <artifactId>geomajas-layer-wms-gwt</artifactId>
    <version>1.15.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geomajas.plugin : geomajas-layer-wms-gwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.2

All Versions

Choose a version of org.geomajas.plugin : geomajas-layer-wms-gwt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16.x
geomajas-layer-wms-gwt-1.16.0
1.15.x
geomajas-layer-wms-gwt-1.15.2
geomajas-layer-wms-gwt-1.15.1
geomajas-layer-wms-gwt-1.15.0-M3
geomajas-layer-wms-gwt-1.15.0-M2
geomajas-layer-wms-gwt-1.15.0-M1
1.11.x
geomajas-layer-wms-gwt-1.11.0
1.10.x
geomajas-layer-wms-gwt-1.10.1
geomajas-layer-wms-gwt-1.10.0
1.9.x
geomajas-layer-wms-gwt-1.9.1
geomajas-layer-wms-gwt-1.9.0
1.8.x
geomajas-layer-wms-gwt-1.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.geomajas.plugin</groupId>
    <artifactId>geomajas-layer-wms-gwt</artifactId>
    <version>1.15.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.geomajas.plugin : geomajas-layer-wms-gwt gradle dependency to your build.gradle file:

implementation 'org.geomajas.plugin:geomajas-layer-wms-gwt:1.15.2'

Gradle Kotlin DSL: Add the following org.geomajas.plugin : geomajas-layer-wms-gwt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.geomajas.plugin:geomajas-layer-wms-gwt:1.15.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.geomajas.plugin : geomajas-layer-wms-gwt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.geomajas.plugin" % "geomajas-layer-wms-gwt" % "1.15.2"

Advertisement