ZOLOZ API SDK IN JAVA
Background
This repository provide a SDK to help the customer to integrate ZOLOZ SaaS API with ease.
Build
Prequisites
- JDK 1.8
- Maven >3.2.5
To build the project, simply execute following command from the root directory of the project:
mvn package
Usage
get the sdk dependency version in pom.xml file. Upload target/zoloz-api-sdk-a.b.c(-SNAPSHOT).jar to your central Maven repository, or simply install into your local Maven repository, and then introduce the library into your project by adding following dependency in the POM file of your project:
<dependency>
<groupId>com.zoloz.api.sdk</groupId>
<artifactId>zoloz-api-sdk</artifactId>
<version>a.b.c(-SNAPSHOT)</verison>
</dependency>