Skip to main content

Installing Java SDK

Touca SDK for Java is available as open-source on GitHub under the Apache-2.0 License. It is publicly available on Maven Central and can be pulled as a runtime or test dependency.

<dependency>
<groupId>io.touca</groupId>
<artifactId>touca</artifactId>
<version>1.6.0</version>
</dependency>