Yesterday when learning Spring, because to download spring related jar package resource files, and then on the spring official website, because of the revision, put on GitHub to the hosting, and before the difference between, and then find a half-day, also did not find the specific where to download, and then toss a while, sort of clear.
Method One:
1. Open Spring Official website: http://spring.io/, then click Projects.
2. Find the spring Framework and click on the link in
3. Click to find GitHub link, after the revision is hosted on GitHub
4. Find downloading artifacts download module
5. Find the address link of the Spring Warehouse
6, click on the Artifacts tab, and then click on the left menu of this page brower simple and then click Libs-release-local.
7.
8.
9.
10.
11.
Method Two:
To download using the SVN client:
After installing the TortoiseSVN, click on the right->tortoisesvn->repo-browser in any blank area of the computer and enter https://github.com/SpringSource/in the Address bar. spring-framework/tags/, "OK", wait a minute you'll see a full-scale package with spring versions in the results column below. Click on "Right" and "Checkout ..." on the version you need, then fill in the location you need to save to the local, click OK, and wait for it to download and finish.
Method Three:
You can also use MAVEN tools directly, resources are in Maven's central repository.
How to download the jar package on the spring website