I read official manuals about dependency resolution in Maven and Ivy:
- http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
- http://ant.apache.org/ivy/history/2.1.0/ivyfile/dependency.html
but can't find any difference from docs (mostly because I have no experience with Ivy).
Does Ivy dependency resolver same as Maven dependency resolver?