# SDK Installation - Java

Welcome to the **TRADE Java SDK**! This SDK allows you to easily integrate with LSports' TRADE 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 <a href="#artifact-details" id="artifact-details"></a>

* **Group ID:** `eu.lsports`
* **Artifact ID:** `trade360-java-sdk`
* **Latest Version:** [Check Latest on Sonatype](https://central.sonatype.com/artifact/eu.lsports/trade360-java-sdk)

### Installation <a href="#installation" id="installation"></a>

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

#### **Using Maven**

Add the following dependency to your `pom.xml` file:

```xml
<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*](https://central.sonatype.com/artifact/eu.lsports/trade360-java-sdk) *(e.g.,* `1.0.3`*).*

### Documentation <a href="#documentation" id="documentation"></a>

* You can find the ReadMe file [here](https://github.com/lsportsltd/trade360-java-sdk)
* API Reference and usage examples are available in the [SDK's git repository](https://github.com/lsportsltd/trade360-java-sdk/tree/main/samples/trade360-samples)
* For detailed integration assistance, please contact our support team or refer to our developer portal.
