The work in this repo is continued in a new mono repo here: https://github.com/ELIXIR-NO/FEGA-Norway
Direct link inside mono repo: https://github.com/ELIXIR-NO/FEGA-Norway/tree/main/lib/tsd-file-api-client
More info on the protocol: https://data.tsd.usit.no/api/tsd-api-integration.html
To include this library to your Maven project add following to the pom.xml
:
...
<dependencies>
<dependency>
<groupId>no.uio.ifi</groupId>
<artifactId>tsd-file-api-client</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
...
<repositories>
<repository>
<id>github</id>
<name>uio-bmi-tsd-file-api-client</name>
<url>https://maven.pkg.github.com/uio-bmi/tsd-file-api-client</url>
</repository>
</repositories>
...