Newbie question on maven and java!
I have a simple project that depends on itextpdf (com.itextpdf) version 5.5.4. I would like maven to identify all the dependencies of that library and "automatically" download the dependent libraries or at least point out the dependent libraries and their versions.
Is this possible?
For ex: in node.js, I just need to say "npm install [@version]" and it takes care of installing that module and also all dependent modules. I don't have to do anything else. The option "--save" automatically updates my packages.json.