Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 436 Bytes

File metadata and controls

19 lines (12 loc) · 436 Bytes
ms.topic ms.service ms.author author ms.date
include
azure-devops-artifacts
rabououn
ramiMSFT
05/06/2022

::: moniker range="azure-devops"

  1. Navigate to Azure Artifacts, and then select the package you want to install and copy the <dependency> snippet.

  2. Open your pom.xml file and paste your code inside the <dependencies> tag.

  3. Run mvn install from the same path as your pom.xml file.

::: moniker-end