Search maven artifacts directly from Eclipse

I would like to know if it is possible to somehow search for maven artifacts directly from the m2eclipse plugin. Normal, I just use google and paste the artifact from the browser into pom.xml.

Is there a better way?

+3
source share
3 answers

Adding to other answers: Activate Maven indices by checking Window > Preferences > Maven > Download repository index updates on startup. Thus, you will always find the latest versions of all libraries in customized repositories.

+2
source

Yes. Right click pom.xml, selectMaven > Add dependency

+2
source

POM Eclipse, "" - "" , - , .

0

All Articles