get Resolution Result
Returns the resolved dependency graph, performing the resolution lazily.
The lazy aspect depends on what is done with the returned ResolutionResult
.
You should note that when resolution fails, the exceptions are included in the ResolutionResult returned from this method. This method will not throw these exceptions.
Return
the resolution result