Skip to content

talon-one/maven-artefacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 

Repository files navigation

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>