Skip to main content

Prerequisites

To get the most out of this guide, you’ll need to:

1. Install

To install the API client library to your local Maven repository, simply execute:
shell
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
shell

Maven users

Add this dependency to your project’s POM:
POM

Gradle users

Add this dependency to your project’s build file:

Others

At first generate the JAR by executing:
Then manually install the following JARs:
  • target/sendx-java-sdk-1.0.1.jar
  • target/lib/*.jar

2. Getting Started

Java

3. Try it for yourself

Java Example

See detailed sdk example