Managing Artifacts in Artifactory
About 98 wordsLess than 1 minute
2025-12-22
Artifacts can be uploaded, downloaded, and managed through the web UI or REST API.
Uploading Artifacts
- Navigate to the target repository in the Artifactory web UI.
- Click the "Deploy" button.
- Select the artifact file from your local system.
- Specify the target path and deploy.
Downloading Artifacts
- Use the repository URL to download directly.
- Integrate with build tools like Maven or npm for automatic resolution.
Version Management
Artifactory supports semantic versioning and cleanup policies to manage artifact lifecycles.