MVN

nl.cloudfarming.client : fleet-machine

Maven & Gradle

Apr 05, 2013

fleet-machine · AgroSense fleet machine - generic machine support (functionality shared by vehicles and implements)

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

Latest Version

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

  • Latest Stable: 1.0.24
  • Latest Beta: 13.03-beta

All Versions

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

Version Vulnerabilities Updated
13.03
fleet-machine-13.03-beta
13.02
fleet-machine-13.02-beta
13.01
fleet-machine-13.01-beta
12.12
fleet-machine-12.12-beta
12.11
fleet-machine-12.11-beta
12.10.x
fleet-machine-12.10.1-beta
12.10
fleet-machine-12.10-beta
1.0.x
fleet-machine-1.0.24
fleet-machine-1.0.23

How to add a dependency to Maven

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

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>fleet-machine</artifactId>
    <version>1.0.24</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nl.cloudfarming.client:fleet-machine:1.0.24'

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

implementation("nl.cloudfarming.client:fleet-machine:1.0.24")

How to add a dependency to SBT Scala

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

libraryDependencies += "nl.cloudfarming.client" % "fleet-machine" % "1.0.24"