Maven repository top-level directory is here.
To use software from this repository in your Maven projects, add the following
configuration to the appropriate section in either your project's pom.xml
file or your Maven global settings.xml
file.
<repositories>
<repository>
<id>deucestm-licm-repository</id>
<url>http://inesc-id-esw.github.io/deucestm/maven-repo/</url>
</repository>
</repositories>