After the update is updated in spring, the different functional sections are partitioned according to different sections.
Currently, the official offers three ways to download Spring framework files ( 3 direct download and 2maven download ), please refer to the following for specific download
1. Gradle Mode download
--In the study ...
2. Maven Method Download
To create a MAVEN project, configure the following dependencies in Pom.xml to download from the MAVEN repository to the corresponding version
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.1.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.1.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.1.4.RELEASE</version>
</dependency>
3. Direct download of the official website
All versions of the website directly: http://repo.spring.io/release/org/springframework/spring/
Contains the 2.0~4.4.1 version of the download.
Spring All versions