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 platform

Axual Client will reach EOL by the end of 2024. Please read the following blog post for more information: https://axual.com/update-on-support-of-axual-client-libraries
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 as 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