maven下载jar包失败

配置国内镜像

设置国内的仓库,比如:

  
    
      alimaven
      aliyun maven
      https://maven.aliyun.com/repository/public/
      central
    

仓库中不存在这个包,修改仓库

参考

https://www.cnblogs.com/ziyue7575/p/14744099.html

例如:gt-main

在mvnrepository( https://mvnrepository.com/ )中查找gt-main

maven下载jar包失败_第1张图片

maven下载jar包失败_第2张图片

添加到pom.xml的repositories

    
        
            osgeo
            Open Source Geospatial Foundation Repository
            https://repo.osgeo.org/repository/release/
        
    

你可能感兴趣的:(#,maven,maven,jar,python)