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 Centralarrow-up-right (e.g., 1.0.3).

Documentation

Last updated

Was this helpful?