阿里云高速maven库

    <repository>
          <id>alimaven</id>  
          <name>aliyun maven</name>  
          <url>http://maven.aliyun.com/nexus/content/groups/public/</url>  
          <snapshots>
              <enabled>true</enabled>
          </snapshots>
      </repository>

阿里云maven中央仓库

原文地址:https://www.cnblogs.com/winclpt/p/7283503.html