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/clearinghouse
To include this library to your Maven project add following to the pom.xml
:
...
<dependencies>
<dependency>
<groupId>no.elixir</groupId>
<artifactId>clearinghouse</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
...
<repositories>
<repository>
<id>github</id>
<name>elixir-oslo-clearinghouse</name>
<url>https://maven.pkg.github.com/elixir-oslo/clearinghouse</url>
</repository>
</repositories>
...