de.fraunhofer.iosb.ilt:SensorThings-SWE-Common

A set of classes to deal with the SWE-Common encoded parts of the SensorThings API.


Licenses
LGPL-3.0/GFDL-1.3-or-later

Documentation

SensorThings-SweCommon Build Status

A set of classes for dealing with the SWE-Common encoded parts of the SensorThings API, such as TaskingProfile/taskingParameters and Task/taskingParameters.

Download

A pre-compiled jar can be found in Maven Central: SensorThings-SWE-Common-0.9.jar Download and double-click.

Build

mvn install

Using with maven

Add the dependency:

<dependency>
    <groupId>de.fraunhofer.iosb.ilt</groupId>
    <artifactId>SensorThings-SWE-Common</artifactId>
    <version>0.9</version>
</dependency>

Using with gradle

Add the dependency:

compile 'de.fraunhofer.iosb.ilt:SensorThings-SWE-Common:0.9'