Tuesday, April 8, 2014

How to download spring framework zip file

Unfortunately there is no official link on the new spring.io website. You now have to download the zip files form their repository, as stated here: https://github.com/spring-projects/spring-framework/wiki/Downloading-Spring-artifacts (at the bottom).
Direct link to complete Spring zip files: http://repo.spring.io/release/org/springframework/spring/
 
 
Download spring-framework-3.2.4 here.
http://maven.springframework.org/release/org/springframework/spring/3.2.4.RELEASE/ 


It is always recommended to use Maven like build tools as it fetches not only the Spring JARs but also the JARs which Spring depends upon (like e.g. commons-logging) and so on... How to do this quickly is given in this post by "fujy":- Where can I download Spring Framework jars
Cheers, Akshay
 
 
 
You can find out all spring jar in zip format at here

No comments:

Post a Comment