Java API for tailr
For use in your local projects clone this one and take the following steps:
git clone https://github.com/SemanticMultimedia/tlr-java-api.git
cd tlr-java-api
mvn clean install -DskipTests
This installs this project to your local maven repository. At least add the dependency to your project:
<dependency>
<groupId>de.hpi.rdf</groupId>
<artifactId>tailr-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>