It seems as though ivy , maven, grapes , and other dependency managers link to the same integrated repositories.
1) What do these different dependency managers have in common in terms of the way that resources are checked and downloaded ?
2) When i have a package name in an ivy or maven file -- how can I find the curators of that package ? Where are these remote java resources unified and managed ?
I'm not asking for the "development lifecycle" scope of information here, but rather, I want to know specifically how grapes/maven/ivy are capable of playing nicely together, i.e. , is what is the standard for resolving remote java repositories ?