Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Downloading Spring Jars without using Maven

Tags:

How do you download Spring Framework jars if you can't stand Maven or any of the other build management tools. From what I can tell it seems you have to spend many frustrating hours on Google to find out how to do this. I thought Spring was supposed to be easy. All I'm trying to do is to write a simple Hello World application using Eclipse and Tomcat. Why is it so difficult with Spring 3?

like image 601
resigned Avatar asked Oct 19 '13 18:10

resigned


1 Answers

go there

http://repo.spring.io/release/org/springframework/spring/

you can see all versions, like old school

like image 67
borei Avatar answered Nov 09 '22 00:11

borei