Skip to main content

Download artifacts using URI

Nexus Repository is designed to work with your build tools to pull artifacts from repositories using a repository-specific formatted URI.

Use this URI to download artifacts via other tools such as curl, get, or even through a browser directly.

Examples:

  • npm
    wget --user xxx --password xxx https://<host>:8081/repository/npm-proxy/redis/-/redis-2.8.0.tgz
  • PyPI
    wget --user xx --password xx https://<host>:8081/repository/pypi-proxy/packages/urllib3/1.26.7/urllib3-1.26.7-py2.py3-none-any.whl
  • Maven2
    wget --user xx --password xx https:/<,host>:8081/repository/maven-central/ch/qos/logback/logback-core/1.4.0/logback-core-1.4.0.jar