Downloading Maven Artifacts from a POM file programmatically with Eclipse Aether
Friday, September 8th, 2017Sometimes I need to resolve Maven dependencies programmatically. Eclipse Aether is a library for working with artifact repositories and I’ll be using it in the following example to read dependency trees from a given POM descriptor file and download each dependency from a remote Maven repository to a local directory.