美文网首页
Maven仓库地址

Maven仓库地址

作者: hipeer | 来源:发表于2018-11-13 17:04 被阅读0次

      <mirrors>
             <!-- 阿里云仓库 -->
             <mirror>
                 <id>alimaven</id>
                 <mirrorOf>central</mirrorOf>
                 <name>aliyun maven</name>
                 <url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
             </mirror>
         
             <!-- 中央仓库1 -->
             <mirror>
                 <id>repo1</id>
                 <mirrorOf>central</mirrorOf>
                 <name>Human Readable Name for this Mirror.</name>
                 <url>http://repo1.maven.org/maven2/</url>
             </mirror>
         
             <!-- 中央仓库2 -->
             <mirror>
                 <id>repo2</id>
                 <mirrorOf>central</mirrorOf>
                 <name>Human Readable Name for this Mirror.</name>
                 <url>http://repo2.maven.org/maven2/</url>
             </mirror>
      </mirrors>
    

    相关文章

      网友评论

          本文标题:Maven仓库地址

          本文链接:https://www.haomeiwen.com/subject/fkmlfqtx.html