Install NuGet Packages

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

Important!

 Make sure to replace the <PACKAGE_NAME> placeholder in the snippet to reflect the specific package name you would like to install

nuget install <PACKAGE_NAME>

Example

nuget install mypackage.1.0.0.nupkg

To make sure your client resolves from this repository, verify it is the first in the list of sources in your NuGet.config file, or run the following command:

nuget install <PACKAGE_NAME> -Source Artifactory

Example

nuget install mypackage.1.0.0 -Source ArtifactoryNuGetV3