Add the following to your pom.xml
:
<repository>
<id>talon-one</id>
<url>https://github.com/talon-one/maven-artefacts/raw/master</url>
</repository>
<dependency>
<groupId>one.talon</groupId>
<artifactId>talon-one-client</artifactId>
<version>9.0.0</version>
<scope>compile</scope>
</dependency>