Package org.gradle.api.artifacts.result
Interface ResolvedDependencyResult
- All Superinterfaces:
- DependencyResult
A dependency that was resolved successfully.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the resolved variant for this dependency.Returns the selected component.Methods inherited from interface org.gradle.api.artifacts.result.DependencyResultgetFrom, getRequested, isConstraint
- 
Method Details- 
getSelectedResolvedComponentResult getSelected()Returns the selected component. This may not necessarily be the same as the requested component. For example, a dynamic version may have been requested, or the version may have been substituted due to conflict resolution, or by being forced, or for some other reason.
- 
getResolvedVariantResolvedVariantResult getResolvedVariant()Returns the resolved variant for this dependency.- Since:
- 5.6
 
 
-