Maven的setting.xml文件配置
程序员文章站
2022-03-27 10:22:10
...
下载jar包的路径
图:
文:
<mirror>
<id>aliyun</id>
<name>aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
<mirror>
<id>Central</id>
<url>http://repo.maven.apache.org/maven2/</url>
<mirrorOf>*</mirrorOf>
</mirror>
上一篇: 4.1图像分割之区域生长法
下一篇: maven的setting.xml配置