maven仓库的地址

Maven 仓库的地址包括:

  1. 中央仓库:https://repo.maven.apache.org/maven2/
  2. 阿里云镜像仓库:https://maven.aliyun.com/repository/public
  3. 华为云镜像仓库:https://repo.huaweicloud.com/repository/maven/
  4. JCenter 仓库:https://jcenter.bintray.com/
  5. Google 仓库:https://dl.google.com/dl/android/maven2/
  6. Spring 仓库:https://repo.spring.io/libs-release/
  7. Gradle Plugins 仓库:https://plugins.gradle.org/m2/

以上仓库地址是常用的 Maven 仓库地址,也可以根据自己需求使用其他 Maven 仓库。

你可能感兴趣的:(maven,java)