Say, I saw a type named a.b.c.d in a piece of code, and Eclipse couldn’t resolve it. I also found no dependencies declared on its POM. Can I search for the missing dependency by that type name?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With Eclipse and m2eclipse
Assuming you have checked Enable Full Index for a given repository (using a right-click in the Maven Repositories view), you can search for artifacts by type in it using Navigate > Open Type from Maven as suggested by maximdim (+1).
Universal
As an alternative, you can use an online repository search engine like JARVANA that offers a search by Class.
References