Як пояснено тут , ви можете використовувати плагін maven-dependency-plugin: отримайте для цього.
Наприклад, якщо ви хочете завантажити org.apache.hive:hive-common:2.1.1
у свою локальну папку, виконайте це:
mvn dependency:get -Ddest=./ -Dartifact=org.apache.hive:hive-common:2.1.1
Якщо ви хочете завантажити останню 3.0.0-SNAPSHOT:tar.gz
версію com.orientechnologies:orientdb-community-gremlin
зі https://oss.sonatype.org/content/repositories/snapshots
сховища знімків, виконайте це:
mvn dependency:get -Ddest=./ -DremoteRepositories=sonatype-nexus-snapshots::::https://oss.sonatype.org/content/repositories/snapshots -Dartifact=com.orientechnologies:orientdb-community-gremlin:3.0.0-SNAPSHOT:tar.gz