Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 1.28 KB

File metadata and controls

38 lines (28 loc) · 1.28 KB

Notice:

The work in this repo is continued in a new mono repo here: https://github.com/ELIXIR-NO/FEGA-Norway

clearinghouse

Build Status CodeFactor Download

Maven Installation

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>

...