如何通过类名或jar名称查找jar及其maven gav

时间:2014-02-12 09:35:15

标签: java maven jar

我需要知道ApplicationContext属于哪个JAR同时它的maven gav(我希望它在某个spring jar中)。是否存在搜索特定类所属的Jar的通用方法。我发现http://www.findjar.com可以搜索jar而不是maven gav,http://www.findmaven.net怎么样?

1 个答案:

答案 0 :(得分:1)

您可以使用AdvancedSearch

上的http://search.maven.org/

对于像ApplicationContext这样的类名,您将获得许多结果,因此您可能希望通过groupId限制查询。例如,您可以searchg:org.springframework c:ApplicationContext