Axual Java Client Documentation

Welcome to the Axual Java Client documentation, Use the menu on the left to navigate through the various sections

Introduction

Java Client library that enables interaction with the Axual

You can find the source code of the client in the Axual Java Client repository, and all code snippets included in the documentation in the Axual Java Client Examples repository in form of full runnable applications.

Prerequisites

  • Java 8 should be used for building in order to support both Java 8 and Java 11 at runtime

  • Maven 3 - To build the project

Installation

To install (skipping tests) run:

mvn clean install -DskipTests=True