I have been playing with REST API for Artifact Registry. I can find the URL for .zip files I would like to download, but I only get JSON responses. Is it possible to download individual artifact files from the Artifact Registry with Maven projects?
Source: Method: projects.locations.repositories.files.get
For now it seems like I would need to use mvn
and gradle
to do this which would be inconvenient in my case.