Files download
File Operation
crop-protection-clm-1.0.17.jar download
crop-protection-clm-1.0.17.pom download
crop-protection-clm-1.0.17-sources.jar download
Apache Maven
<dependency>
  <groupId>nl.cloudfarming.client</groupId>
  <artifactId>crop-protection-clm</artifactId>
  <version>1.0.17</version>
  <type>nbm</type>
</dependency>
Gradle Groovy
implementation 'nl.cloudfarming.client:crop-protection-clm:1.0.17'
Gradle Kotlin
implementation("nl.cloudfarming.client:crop-protection-clm:1.0.17")
Scala SBT
libraryDependencies += "nl.cloudfarming.client" % "crop-protection-clm" % "1.0.17"
Groovy Grape
@Grapes(
  @Grab(group='nl.cloudfarming.client', module='crop-protection-clm', version='1.0.17')
)
Apache Ivy
<dependency org="nl.cloudfarming.client" name="crop-protection-clm" rev="1.0.17" />
Leiningen
[nl.cloudfarming.client/crop-protection-clm "1.0.17"]
Apache Buildr
'nl.cloudfarming.client:crop-protection-clm:jar:1.0.17'