博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
国内其他的maven库
阅读量:7283 次
发布时间:2019-06-30

本文共 2321 字,大约阅读时间需要 7 分钟。

转自:http://www.cnblogs.com/woshimrf/p/5860478.html

 

在oschina关来关去的烦恼下,终于受不了去寻找其他公共库了。

阿里云maven镜像

alimaven
aliyun maven
http://maven.aliyun.com/nexus/content/groups/public/
central

其他

repo2
central
Human Readable Name for this Mirror.
http://repo2.maven.org/maven2/
net-cn
central
Human Readable Name for this Mirror.
http://maven.net.cn/content/groups/public/
ui
central
Human Readable Name for this Mirror.
http://uk.maven.org/maven2/
ibiblio
central
Human Readable Name for this Mirror.
http://mirrors.ibiblio.org/pub/mirrors/maven2/
jboss-public-repository-group
central
JBoss Public Repository Group
http://repository.jboss.org/nexus/content/groups/public

 

 

 

作者:张钧泳
链接:https://www.zhihu.com/question/47261839/answer/134716331
来源:知乎
著作权归作者所有,转载请联系作者获得授权。
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror> <mirror> <id>central</id> <name>Maven Repository Switchboard</name> <url>http://repo1.maven.org/maven2/</url> <mirrorOf>central</mirrorOf> </mirror> <mirror> <id>repo2</id> <mirrorOf>central</mirrorOf> <name>Human Readable Name for this Mirror.</name> <url>http://repo2.maven.org/maven2/</url> </mirror> <mirror> <id>ibiblio</id> <mirrorOf>central</mirrorOf> <name>Human Readable Name for this Mirror.</name> <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url> </mirror> <mirror> <id>jboss-public-repository-group</id> <mirrorOf>central</mirrorOf> <name>JBoss Public Repository Group</name> <url>http://repository.jboss.org/nexus/content/groups/public</url> </mirror> <!-- 中央仓库在中国的镜像 --> <mirror> <id>maven.net.cn</id> <name>oneof the central mirrors in china</name> <url>http://maven.net.cn/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror>
你可能感兴趣的文章
实战:搭建dns服务
查看>>
Delphi动态结构体数组传递值
查看>>
CSS DIV中Visibility和Display属性的区别
查看>>
Vue.js-组件
查看>>
git 学习笔记
查看>>
厦一站 · 鼓浪屿
查看>>
原生js封装ajax 案例
查看>>
我的友情链接
查看>>
linux下强制踢掉登陆用户
查看>>
Openssl及加密解密(一)数据加密解密及CA原理
查看>>
nosql类型的数据库:mongodb、Redis、Memcached的优化点
查看>>
Linux服务器加固(安全篇)
查看>>
Iphone开发常用 必备案例分享
查看>>
CentOS 6.8搭建mysql cluster(7.3)
查看>>
硬链接与软连接
查看>>
LVS+Keepalived 实现 负载平衡,高可用性模拟实验
查看>>
Juniper ISG1000 HA环境下出现inoperable修复过程
查看>>
Python错误
查看>>
Moosefs管理小技巧分享
查看>>
博为峰Java技术文章 ——JavaSE 如何使用窗口组件Ⅰ
查看>>