标签: spring maven dependency-management
当我必须使用从未使用过的类
未解析的className : -
答案 0 :(得分:3)
您可以通过此界面https://search.maven.org/#advancedsearch%7Cgav进行搜索。许多IDE还为此搜索功能公开了GUI前端,并且能够为您找到工件。
答案 1 :(得分:0)
另一种方法是简单的Google search,它会快速指出org.springframework/spring-web/3.0.2.RELEASE。
然后,您可以返回org.springframework/spring-web寻找合适的版本。