MVN

nl.cloudfarming.client : lib-geotools

Maven & Gradle

Feb 07, 2013
18 usages

lib-geotools · A netbeans library wrapper for geotools library components

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>lib-geotools</artifactId>
    <version>2.7.7-NB72</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.7.7-NB72

All Versions

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

Version Vulnerabilities Updated
2.7.x
lib-geotools-2.7.7-NB72
lib-geotools-2.7.6-NB72
lib-geotools-2.7.5-NB72
lib-geotools-2.7.5
lib-geotools-2.7.4
lib-geotools-2.7.2.2
lib-geotools-2.7.2.1
lib-geotools-2.7.2
1.1
lib-geotools-1.1
1.0.x
lib-geotools-1.0.6
lib-geotools-1.0.5
lib-geotools-1.0.4
lib-geotools-1.0.3
lib-geotools-1.0.2
lib-geotools-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>lib-geotools</artifactId>
    <version>2.7.7-NB72</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nl.cloudfarming.client:lib-geotools:2.7.7-NB72'

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

implementation("nl.cloudfarming.client:lib-geotools:2.7.7-NB72")

How to add a dependency to SBT Scala

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

libraryDependencies += "nl.cloudfarming.client" % "lib-geotools" % "2.7.7-NB72"