ms.topic | ms.service | ms.author | author | ms.date |
---|---|---|---|---|
include |
azure-devops-artifacts |
rabououn |
ramiMSFT |
05/06/2022 |
::: moniker range="azure-devops"
-
Navigate to Azure Artifacts, and then select the package you want to install and copy the
<dependency>
snippet. -
Open your pom.xml file and paste your code inside the
<dependencies>
tag. -
Run
mvn install
from the same path as your pom.xml file.
::: moniker-end