Skip to content

How To: Add dependency to project

Alexander Dümont edited this page Oct 2, 2024 · 4 revisions

This guide explains how to integrate the SAP Cloud SDK for AI into your Java project.

Options:

  • Released artifacts on Maven Central

    Currently we're still in development. We have not yet released the product.

  • Local Repository Checkout

    Download repository for a specific branch, tag or main by default. Compile the project locally. Let Maven install the compiled code to local Maven repository.

  • Use SNAPSHOT Version

    Connect to SAP Common Artifactory, by adjusting the local user settings.xml file. SNAPSHOT releases are done with inconsistent schedule / on demand.

    Step 1: Create an identity token via Artifactory Common website user interface.

    Login to the web UI via certificate or credentials. Click on the "Generate an Identity Token" button. Store the secret 64 char reference token somewhere safe, it will be used in Step 2.

    image

Clone this wiki locally