zoukankan
html css js c++ java
nexus代理地址整理
为给大家提供方便构建开源软件,分享下自己研究一些开源软件的时候,为方便构建搭建的nexus仓库以及代理地
名称
地址
apache-content-releases
https://repository.apache.org/content/repositories/releases/
apache-content-snapshots
https://repository.apache.org/content/repositories/snapshots/
atlassian-public
https://maven.atlassian.com/content/repositories/atlassian-public/
conjars
http://conjars.org/repo/
ibiblio
http://mirrors.ibiblio.org/maven2/
java.net
https://maven.java.net/content/groups/public/
meteorite-bi-release
http://repo.meteorite.bi/content/repositories/alabs-release-local/
meteorite-bi-snapshot
http://repo.meteorite.bi/content/repositories/alabs-snapshot-local/
olap4j-release
http://repo.meteorite.bi/content/repositories/olap4j-release/
olap4j-snapshots
http://repo.meteorite.bi/content/repositories/olap4j-snapshots/
OSChina
http://maven.oschina.net/content/groups/public/
pentaho-public-release
http://nexus.pentaho.org/content/repositories/pentaho-public-release-repos/
pentaho-repo
http://repository.pentaho.org/artifactory/repo/
pentaho-snapshot
http://nexus.pentaho.org/content/repositories/public-snapshots/
sonatype-public
https://oss.sonatype.org/content/groups/public/
xwiki-releases
http://nexus.xwiki.org/nexus/content/repositories/releases/
xwiki-snapshots
http://nexus.xwiki.org/nexus/content/repositories/snapshots/
查看全文
相关阅读:
第8.13节 Python类中内置方法__repr__详解
Python中splitlines方法判断文本中一行结束除了回车换行符是否还有其他字符?
Python中使用eval执行下面函数的结果怎么是字符串'10020'?
第8.12节 Python类中使用__dict__定义实例变量和方法
ThinkPHP---thinkphp拓展之空操作
ThinkPHP---TP功能类之邮件
ThinkPHP---案例--实现知识管理功能
ThinkPHP---TP功能类之公文管理功能2----------继续完善
ThinkPHP---TP拓展之获取IP信息
ThinkPHP---layer插件
原文地址:https://www.cnblogs.com/ilinuxer/p/6536510.html
最新文章
cocos2d-x游戏开发系列教程-超级玛丽07-CMGameMap(三)-按键处理
cocos2d-x游戏开发系列教程-超级玛丽07-CMGameMap(二)
cocos2dx进阶学习之CCSpriteBatchNode
Android远程图片获取和本地缓存
AIX 6.1 Oracle 10G 数据库GoldenGate实施
导出查询结果到csv文件
ORA-16014 ORA-00312
ORA-01153 an incompatible media recovery is active
ORA-01665 control file is not a standby control file
ORA-16009 remote archive log destination must be a STANDBY database
热门文章
ORA-01033: ORACLE initialization or shutdown in progress
redhat6.5安装10201解决办法
rhel5安装 oracle11
rhel5安装 oracle10
第8.14节 Python类中内置方法__str__详解
关于博客更新风格变化的说明
Python中判断字符串是否为数字的三个方法isdecimal 、isdigit、isnumeric的差别
Python中判断一个中文是否中文数字的方法
Python中判断字符串是否为数字、字母、标识符、浮点数、大小写、可打印的方法
第8.13节 Python类中内置方法__repr__详解
Copyright © 2011-2022 走看看