Maven

The Lablink CSV client’s compiled Java package is available on the Maven Central Repository. Use it in your local Maven setup by including the following dependency into your pom.xml:

<dependency>
  <groupId>at.ac.ait.lablink.clients</groupId>
  <artifactId>csvclient</artifactId>
  <version>0.0.1</version>
</dependency>

Note

You may have to adapt this snippet to use the latest version, please check the Maven Central Repository.

Building from source

Installation from source requires a local Java Development Kit installation, for instance the Oracle Java SE Development Kit 13 or the OpenJDK.

Check out the project and compile it with Maven:

git clone https://github.com/AIT-Lablink/lablink-csv-client.git
cd lablink-csv-client
mvnw clean package

This should create JAR file csvlient-<VERSION>-jar-with-dependencies.jar in subdirectory target/assembly. Also, all additional Lablink resources needed for running the examples will be copied to directory target/dependency.