MVN

nl.cloudfarming.client : farm-fieldplan

Maven & Gradle

Apr 08, 2012

farm-fieldplan

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>farm-fieldplan</artifactId>
    <version>1.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.24

All Versions

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

Version Vulnerabilities Updated
1.0.x
farm-fieldplan-1.0.24
farm-fieldplan-1.0.23
farm-fieldplan-1.0.21
farm-fieldplan-1.0.20
farm-fieldplan-1.0.19

How to add a dependency to Maven

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

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>farm-fieldplan</artifactId>
    <version>1.0.24</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nl.cloudfarming.client:farm-fieldplan:1.0.24'

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

implementation("nl.cloudfarming.client:farm-fieldplan:1.0.24")

How to add a dependency to SBT Scala

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

libraryDependencies += "nl.cloudfarming.client" % "farm-fieldplan" % "1.0.24"

Advertisement