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

相关文章
相关标签/搜索