When you build a MAVEN project, MAVEN examines your Pom.xml file to determine which dependencies to download.
First, MAVEN will get Maven's local repository dependency resources from the local repository,
If it is not found, then it will find the download from the default Maven central repository –http://repo1.maven.org/maven2/.
Maven's central repository site is this:
The MAVEN central repository site has been modified and directory browsing may no longer be used.
This will be redirected directly to http://search.maven.org/. This is much better, now there is a search function:
PS: The directory browsing feature is disabled, but when you build a MAVEN project, it will still get dependencies from "http://repo1.maven.org/maven/" and you can verify the output from Maven.
Tags: Maven central repository
This site is reproduced in addition to the article, are the original site or compiled
Welcome any form of reprint, but please be sure to indicate the source, respect for the work of others to create excellent examples of the tutorial
Reprint Please specify: Article reprinted from: http://www.yiibai.com/maven/maven-central-repository.html
MAVEN Learning---maven central repository