MVN

nl.cloudfarming.client : isobus-project

Maven & Gradle

Apr 08, 2012
1 usages

isobus-project

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

Latest Version

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

  • Latest Stable: 1.0.24

All Versions

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

Version Vulnerabilities Updated
1.0.x
isobus-project-1.0.24
isobus-project-1.0.23
isobus-project-1.0.21
isobus-project-1.0.20
isobus-project-1.0.19
isobus-project-1.0.18

How to add a dependency to Maven

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

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>isobus-project</artifactId>
    <version>1.0.24</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nl.cloudfarming.client:isobus-project:1.0.24'

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

implementation("nl.cloudfarming.client:isobus-project:1.0.24")

How to add a dependency to SBT Scala

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

libraryDependencies += "nl.cloudfarming.client" % "isobus-project" % "1.0.24"