Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.55 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.55 KB

Adobe Target Java SDK

The Adobe Target Java SDK uses the [Target View Delivery API] to retrieve and deliver personalized experiences using best practices. Furthermore, the Java SDK helps manage integrations with Experience Cloud solutions like Visitor API and Adobe Analytics.

Getting started

Prerequisites

  • Java 8+
  • Maven or Gradle

Installation

To get started with Target Java SDK, just add it as a dependency in gradle as:

compile 'com.adobe.target:target-java-sdk:2.0.0'

or maven as:

<dependency>
    <groupId>com.adobe.target</groupId>
    <artifactId>target-java-sdk</artifactId>
    <version>2.0.0 </version>
</dependency>

Super Simple to Use

Please take a look at our documentation to learn how to use the Java SDK.

Samples

The Adobe Target Java SDK Samples can be found here.

Development

Check out our Contribution guidelines as well as Code of Conduct prior to contributing to Target Java SDK development.

  1. To build the project: ./gradlew build
  2. To install java-sdk locally: ./gradle install