How can I download Maven dependencies in IntelliJ?
1 AnswerIntelliJ should download and add all your dependencies to the project’s classpath automatically as long as your POM is compliant and all the dependencies are available.You can enable such feature going to File > Settings > Maven > Importing, there is a checkbox that says “Import Maven projects automatically”.