MVN

org.geomajas.plugin : geomajas-layer-tms

Maven & Gradle

Aug 03, 2016
7 usages
13 stars

Geomajas server: Layer TMS - Implementation · Geomajas server: Layer TMS - Implementation

<dependency>
    <groupId>org.geomajas.plugin</groupId>
    <artifactId>geomajas-layer-tms</artifactId>
    <version>1.18.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.18.5

All Versions

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

Version Vulnerabilities Updated
1.18.x
geomajas-layer-tms-1.18.5
geomajas-layer-tms-1.18.3
geomajas-layer-tms-1.18.2
geomajas-layer-tms-1.18.1
geomajas-layer-tms-1.18.0
1.17.x
geomajas-layer-tms-1.17.0
1.16.x
geomajas-layer-tms-1.16.5
geomajas-layer-tms-1.16.2
geomajas-layer-tms-1.16.1
geomajas-layer-tms-1.16.0
1.15.x
geomajas-layer-tms-1.15.1
geomajas-layer-tms-1.15.0
1.14.x
geomajas-layer-tms-1.14.0
1.1.x
geomajas-layer-tms-1.1.0
geomajas-layer-tms-1.1.0-M1
1.0.x
geomajas-layer-tms-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.geomajas.plugin</groupId>
    <artifactId>geomajas-layer-tms</artifactId>
    <version>1.18.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.geomajas.plugin:geomajas-layer-tms:1.18.5'

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

implementation("org.geomajas.plugin:geomajas-layer-tms:1.18.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.geomajas.plugin" % "geomajas-layer-tms" % "1.18.5"