无法下载Spring Framework jar文件 [英] unable to Download Spring Framework jar files

查看:132
本文介绍了无法下载Spring Framework jar文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从上半个小时开始,我试图下载spring框架库,但仍然无法下载。我正在关注这个,或
  • Spring Source Maven存储库 http:/ /repo.spring.io/webapp/gavcsearch.html



  • 输入groupId和artefactId,并下载 jar artifact。






    http://search.maven.org/#artifactdetails|org.springframework|spring-context | 3.2.5.RELEASE | jar


    From last half and hour , i was trying to download spring framework library but still could not. I am following this this tutorial(click here) , so as they are saying i could not found any jars for which author is representing. Looks like Spring site has been updated. I am very confused. Please help me how to download the jars as shown in the video from the spring website?

    Though, i downloaded by following Spring Home >> this zip ,but after unzipping it ,it does not contain any jars. I am confused right now because spring site has been newly updated.

    I would like to get the files as shown in this image

    解决方案

    The new Spring Site can be found at https://spring.io/

    But the best way to download the compiled jar, is to download them from the maven repository.

    Grab the maven groupId, artefactId, and version from the project page (The Spring core libs can be found on subpage Projects / Spring Framework (in the middle of the first row))

    Currently it is

     <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-core</artifactId>
        <version>3.2.5.RELEASE</version>
    </dependency>
    

    The go to the maven repository

    enter groupId and artefactId, and download the jar artifact.


    ( http://search.maven.org/#artifactdetails|org.springframework|spring-context|3.2.5.RELEASE|jar )

    这篇关于无法下载Spring Framework jar文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆