field
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>field</artifactId>
<version>13.03-beta</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>agrosense</artifactId>
<groupId>nl.cloudfarming.client</groupId>
<version>13.03-beta</version>
</parent>
<artifactId>field</artifactId>
<packaging>pom</packaging>
<name>field</name>
<description>AgroSense field - module suite containing field related modules</description>
<modules>
<module>type</module>
<module>model</module>
<module>shape-type</module>
<module>soilsample-type</module>
</modules>
</project>