Curl for downloading published artifact

I need to know what is the curl command sytnax for downloading published artifact from certain repository.

You can find the curl command syntax here: https://wiki.consdata.pl/pages/viewpage.action?pageId=36769396

1 Like

I have an alternative way:
curl --user eximee -X GET http://{HOST_LAN+PORT}/repository/artifact/{form_name}/getPublished

1 Like