fleet
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>nl.cloudfarming.client</groupId>
<artifactId>fleet</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>fleet</artifactId>
<packaging>pom</packaging>
<name>fleet</name>
<description>Fleet management module for AgroSense. Providers users the tools needed to manage machinery on a farm.</description>
<modules>
<module>project</module>
<module>model</module>
<module>vehicle</module>
<module>implement</module>
<module>machine</module>
<module>mock-vehicle-data-service</module>
<module>gpssimulator</module>
<module>gpstrackerexample</module>
</modules>
</project>