m

modules-free

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