Using Maven to just download JARs May 31, 2023 by Tarik You can try this command: mvn dependency:resolve Or just invoke the “install” life cycle as follows: mvn install