認真學spring官網,很容易找到spring4的jar包下載位置
原文 http://yanln.iteye.com/blog/2191312
無論學習編程語言還是框架,個人認為與其花大量的時間搜資料,不如靜心好好學習官網,官網是最好的學習資料(權威、準確的第一手材料)。
一、spring的官方網址:http://spring.io/

二、看到這個簡潔清新的界面,導航很明確,進入projects
whatever the infrastructure needs of your application may be, there is a Spring Project to help you build it。
spring的涵蓋面是很寬廣的,你需要什么可以在上圖所示的頁面中查找,本頁很清晰,很容易找到 spring framework , 還有一段英文介紹provides core support for dependency injection, transaction management, web apps, data access, messaging and more.(提供了核心功能依賴注入、事務管理、web應用、數據訪問、遠程訪問等等)
三、進入了我們需要的spring framework頁
本頁有介紹、特點說明、spring框架版本對jdk的要求、以及如果使用 Maven或 Gradle 構建項目的話,官網還提供了相應的范例向導。
最重要是在特征下面的這段話,需要注意:
All avaible features and modules are described in the Modules section of the reference documentation . Their maven/gradle coordinates are also described there .
這段話很清晰的告訴我們點擊這段話上的鏈接,專門有關于所有特征和模塊以及各模塊之間關系的介紹。
這是一頁關于spring框架的很詳細的介紹很有必要認真看一看,那么就在這一頁中就有我們spring的Jar包鏈接以及說明。
這個就是各個spring版本的下載地址: http://repo.spring.io/release/org/springframework/spring 而且很清楚的告訴你下載哪個文件。