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

elixir-oslo/clearinghouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

...