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
Group ID:
eu.lsports
Artifact ID:
trade360-java-sdk
Latest Version: Check Latest on Sonatype
Installation
Depending on your build tool, follow the appropriate steps below:
Using Maven
Add the following dependency to your pom.xml
file:
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?