简体   繁体   中英

How can I accurately find out, which pom dependency?

I'm looking for a fool-proof method of finding the pom entry that will provide a project with a specific dependency. For example, if I have import com.google.common.io.Files , and it is not compiling because of a missing pom dependency entry, how can I find the specific dependency to add to my pom, with minimum fuss?

I know of the existence of search.maven.org , but sometimes that is unhelpful.

As you have said, the search.maven.org is the best answer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM