程序员潇然 发表于 2022-6-30 10:14:44

[maven]阿里云maven仓库地址 国内阿里云maven仓库镜像

maven,做java开发的没有人不知道,不过国外镜像普遍较慢,通常大家都是使用国内镜像。
国内镜像中,阿里云又是其中数一数二的,为了方便,特此记录下阿里云镜像的地址,方便后续查找使用。
网址:

```html
https://developer.aliyun.com/mvn/guide
```

如下图所示:
!(data/attachment/forum/202206/30/101353ddjuveoqpvobw0bo.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

方便起见,直接复制一份

| 仓库名称               | 阿里云仓库地址                                             | 阿里云仓库地址(老版)                                                       | 源地址                                       |
| ------------------------ | ------------------------------------------------------------ | ---------------------------------------------------------------------------- | ------------------------------------------------ |
| ```central```          | ```https://maven.aliyun.com/repository/central```          | ```https://maven.aliyun.com/nexus/content/repositories/central```          | ```https://repo1.maven.org/maven2/```          |
| ```jcenter```          | ```https://maven.aliyun.com/repository/public```         | ```https://maven.aliyun.com/nexus/content/repositories/jcenter```          | ```http://jcenter.bintray.com/```            |
| ```public```         | ```https://maven.aliyun.com/repository/public```         | ```https://maven.aliyun.com/nexus/content/groups/public```               | ```central仓和jcenter仓的聚合仓```             |
| ```google```         | ```https://maven.aliyun.com/repository/google```         | ```https://maven.aliyun.com/nexus/content/repositories/google```         | ```https://maven.google.com/```                |
| ```gradle-plugin```    | ```https://maven.aliyun.com/repository/gradle-plugin```    | ```https://maven.aliyun.com/nexus/content/repositories/gradle-plugin```    | ```https://plugins.gradle.org/m2/```         |
| ```spring```         | ```https://maven.aliyun.com/repository/spring```         | ```https://maven.aliyun.com/nexus/content/repositories/spring```         | ```http://repo.spring.io/libs-milestone/```    |
| ```spring-plugin```    | ```https://maven.aliyun.com/repository/spring-plugin```    | ```https://maven.aliyun.com/nexus/content/repositories/spring-plugin```    | ```http://repo.spring.io/plugins-release/```   |
| ```grails-core```      | ```https://maven.aliyun.com/repository/grails-core```      | ```https://maven.aliyun.com/nexus/content/repositories/grails-core```      | ```https://repo.grails.org/grails/core```      |
| ```apache snapshots``` | ```https://maven.aliyun.com/repository/apache-snapshots``` | ```https://maven.aliyun.com/nexus/content/repositories/apache-snapshots``` | ```https://repository.apache.org/snapshots/``` |

!(data/attachment/forum/202206/16/141330jha7st9soow8772i.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "common_log.png")
`转载务必注明出处:程序员潇然,疯狂的字节X,https://www.crazybytex.com/thread-25-1-1.html`

页: [1]
查看完整版本: [maven]阿里云maven仓库地址 国内阿里云maven仓库镜像