如何使用spring-context 4.3.6 Release中使用的versiosn获取所有依赖项的列表?我确实看到spring.io页面中的spring boot,但不是spring-context
答案 0 :(得分:1)
如果您使用maven添加,这将解决所有依赖项
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.6.RELEASE</version>
</dependency>
它具有以下依赖关系:
org.springframework:弹簧上下文:4.3.6.RELEASE
org.springframework:弹簧AOP:4.3.6.RELEASE
org.springframework:弹簧豆:4.3.6.RELEASE
org.springframework:弹簧核心:4.3.6.RELEASE
共享记录:共享记录:1.2
org.springframework:弹簧表达式:4.3.6.RELEASE