In order to use Exacode maven repository add repository location to your pom.xml
:
<repositories>
<repository>
<id>exacode-releases</id>
<url>https://github.com/exacode/mvn-repo/raw/master/releases</url>
</repository>
</repositories>
Warning: There is no guarantee that a new version of a dependency stored in this repository will be backward compatible.