【Java】国内maven私服

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

 

repositories {
        mavenLocal()  
        maven {
            url "http://maven.aliyun.com/nexus/content/groups/public/"
        }
}

 

posted on 2016-12-18 01:30  秋乡暮雨  阅读(850)  评论(0编辑  收藏  举报

导航