Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 504 Bytes

File metadata and controls

18 lines (14 loc) · 504 Bytes

tlr-java-api

Java API for tailr

Usage

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>