Java Library

Installation

You can easily install the Zara 4 SDK for Java applications using Maven. Maven is maintained with the latest Zara 4 SDK and is the best way to stay up to date.

Simply add the zara4-sdk dependency to your project pom.xml.

<dependency>
  <groupId>com.zara4.api</groupId>
  <artifactId>zara4-sdk</artifactId>
  <version>1.0.0</version>
</dependency>