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