If I have a Maven Artifact information (GroupId, ArtifactId, Version) how can I programmatically (using Java) retrieve that Artifact from my local repository?
Specif
You can construct a URL from the given information and download the file (note, replace the '.' in the with '/'):
'.'
'/'
////-.