A set of classes for dealing with the SWE-Common encoded parts of the SensorThings API, such as TaskingProfile/taskingParameters
and Task/taskingParameters
.
A pre-compiled jar can be found in Maven Central: SensorThings-SWE-Common-0.9.jar Download and double-click.
mvn install
Add the dependency:
<dependency>
<groupId>de.fraunhofer.iosb.ilt</groupId>
<artifactId>SensorThings-SWE-Common</artifactId>
<version>0.9</version>
</dependency>
Add the dependency:
compile 'de.fraunhofer.iosb.ilt:SensorThings-SWE-Common:0.9'