Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 355 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 355 Bytes

JAVA SDK with Maven

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>