======= Maven repositories search order ======= [[https://www.w3schools.blog/explain-maven-repository-search-order|local > central > private (3rd party)]] === command to check effective settings === mvn help:effective-settings === command to pull a single artifact without POM === mvn dependency:get -DremoteRepositories=https://maven.huygens.knaw.nl/repository/ \ -DgroupId=xalan -DartifactId=xalan -Dversion=2.7.2