s

sensor-greenseeker

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