Reputation: 5543
I am working on a research project and I need to find some case studies to test my tool. A great way to find such case studies would be to look for all the projects that use a given maven dependency.
Is there any website where I can query for example for "All the projects depending on guava"?
Upvotes: 0
Views: 29
Reputation: 13556
mvnrepository.com will also list the artifacts that directly depend upon a certain artifact.
Upvotes: 1