I have a remote http:// link which directly downloads a .jar file from a remote server (team city server). I'd like to be able to use this link to download and install this .jar file as a library to a fresh maven project I have created in Intellij.
The guides & solutions I've found show me how to do this manually which works fine in its own way, but I want a remote one for my latest build so that the library keeps up to date with the latest version (if the user desires).
Is this possible?