Install the Java SDK

Last update: 2023-07-17
  • Created for:
  • Developer

The Java SDK is distributed by Maven Central. To get started, add it as a dependency by installing in gradle or maven:

compile 'com.adobe.target:java-sdk:1.0'
<dependency>
    <groupId>com.adobe.target</groupId>
    <artifactId>java-sdk</artifactId>
    <version>2.0</version>
</dependency>

The open sourced code can be found at https://github.com/adobe/target-java-sdk.

On this page