Downloading Spring Jars without using Maven

后端 未结 3 1817
悲哀的现实
悲哀的现实 2021-02-02 11:48

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

3条回答
  •  时光取名叫无心
    2021-02-02 12:02

    That's funny. It seems everyone wants you to use a dependency management tool. You can always browse a maven repository and download the parts you need:

    http://mvnrepository.com/artifact/org.springframework

提交回复
热议问题