maven jar仓库 :存放maven项目使用的jar包. 中央仓库,存放99%免费开源项目jar包,apache公司负责维护的,以T为单位的存储. 例如 : struts2-core-2.3.24 版本 maven项目通过坐标去仓库中,引入需要的jar包 groupId 公司信息, org.apache.struts artifactId 项目信息, struts2-core version 版本信息, 2.3.24 如果仓库中jar包很多,也可以对仓库创建索引提升查询速度. pom文件存放