1. 程式人生 > >Maven映象源彙總(含國內、國外)

Maven映象源彙總(含國內、國外)

國內

http://maven.aliyun.com/nexus/content/groups/public/
http://maven.oschina.net/content/groups/public

國外

http://repo1.maven.org/maven2
http://central.maven.org/maven2
http://repo.maven.apache.org/maven2
http://repo1.maven.apache.org/maven2

引用示例

<repositories>
    <repository>
        <id>
aliyun</id> <name>aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> </repository> </repositories>