SDK Installation Guide Java

Welcome to the Trade360 Java SDK! This SDK allows you to easily integrate with LSports' Trade360 services in your Java applications. This guide will walk you through the steps to install and start using the SDK in your project.

Artifact Details

Installation

Depending on your build tool, follow the appropriate steps below:

Using Maven

Add the following dependency to your pom.xml file:

<dependency> <groupId>eu.lsports</groupId> <artifactId>trade360-java-sdk</artifactId> <version>PUT_LATEST_VERSION_HERE</version> </dependency>

Replace PUT_LATEST_VERSION_HERE with the latest version available on Sonatype Central (e.g., 1.0.3).

Documentation

  • You can find the ReadMe file here

  • API Reference and usage examples are available in the SDK's git repository

  • For detailed integration assistance, please contact our support team or refer to our developer portal.

Last updated

Was this helpful?