maven依賴搜索

#http://mvnrepository.com/maven

國內maven庫鏡像url

<mirror>  
      <id>alimaven</id>  
      <name>aliyun maven</name>  
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>  
      <mirrorOf>central</mirrorOf>          
</mirror>

添加到setting文件的mirrors標籤下,即可使用此鏡像下載依賴。code

相關文章
相關標籤/搜索