HellishHeat
HellishHeat

Reputation: 2499

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.

Upvotes: 0

Views: 117

Answers (1)

stackoverflow
stackoverflow

Reputation: 24

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

Upvotes: 1

Related Questions