Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Jars to download

Tags:

spring

I am using below link for downloading spring jars. http://repo.spring.io/release/org/springframework/spring/4.1.4.RELEASE/

I am confused with so many links. Which link should i use to download the jar? I am using a Windows machine and create a project directly through New Java Project.

like image 419
Aalekh Avatar asked Jan 31 '15 06:01

Aalekh


People also ask

How do I download a Spring jar file?

Download Spring framework JAR from Maven Central Repository. So, in order to download the Spring framework, just go to the maven central website and enter the groupId, artifactId, version, and classifier which you can get from the official Spring website and it will then present the download link.

Where can I download Spring?

Download the latest version of Spring framework binaries from https://repo.spring.io/release/org/springframework/spring. At the time of developing this tutorial, spring-framework-4.1. 6.


2 Answers

Please refer this url http://repo.spring.io/release/org/springframework/spring/ and Choose the which version Spring Jars you want.

enter image description here

Choose the spring-framework-X.X.X.RELEASE-dist.zip

enter image description here

like image 123
Lova Chittumuri Avatar answered Dec 18 '22 07:12

Lova Chittumuri


You should be using this link to download spring jars. Other links in there are for checksum or documentation.

like image 29
SMA Avatar answered Dec 18 '22 07:12

SMA