'how to add dependency of the latest springframework (5.3.17)
this is my dependency in xml file
`<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.17</version>
</dependency>
</dependencies>
`
so there is any problem in the verson? i use this verson becauese it is the lastest verson in the spring website enter image description here
of course i also try other verson like 5.2.6.in the intel IDEA ,it can add the what i need ,but if i use 5.3.17 as verson ,i meet the 无法解析 org.springframework:spring-context:5.3.17.RELEASE . please give me some help . thank you
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
