MVN

nl.cloudfarming.client : area-field

Maven & Gradle

Dec 19, 2011

area-field · Contains basic functionality around fields. Importing fields from shapefiles, displaying fields as a tree, edit field properties etc.

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>area-field</artifactId>
    <version>1.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.17

All Versions

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

Version Vulnerabilities Updated
1.0.x
area-field-1.0.17
area-field-1.0.15
area-field-1.0.13
area-field-1.0.12
area-field-1.0.10
area-field-1.0.9
area-field-1.0.8
area-field-1.0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>area-field</artifactId>
    <version>1.0.17</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nl.cloudfarming.client:area-field:1.0.17'

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

implementation("nl.cloudfarming.client:area-field:1.0.17")

How to add a dependency to SBT Scala

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

libraryDependencies += "nl.cloudfarming.client" % "area-field" % "1.0.17"

Advertisement