MVN

nl.cloudfarming.client : geoviewer-wms

Maven & Gradle

Jan 16, 2012

geoviewer-wms

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>geoviewer-wms</artifactId>
    <version>1.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.cloudfarming.client : geoviewer-wms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.18

All Versions

Choose a version of nl.cloudfarming.client : geoviewer-wms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
geoviewer-wms-1.0.18
geoviewer-wms-1.0.17
geoviewer-wms-1.0.15
geoviewer-wms-1.0.13
geoviewer-wms-1.0.12
geoviewer-wms-1.0.10
geoviewer-wms-1.0.9
geoviewer-wms-1.0.8
geoviewer-wms-1.0.7

How to add a dependency to Maven

Add the following nl.cloudfarming.client : geoviewer-wms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>geoviewer-wms</artifactId>
    <version>1.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.cloudfarming.client : geoviewer-wms gradle dependency to your build.gradle file:

implementation 'nl.cloudfarming.client:geoviewer-wms:1.0.18'

Gradle Kotlin DSL: Add the following nl.cloudfarming.client : geoviewer-wms gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.cloudfarming.client:geoviewer-wms:1.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.cloudfarming.client : geoviewer-wms sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.cloudfarming.client" % "geoviewer-wms" % "1.0.18"

Advertisement