Interface ResolvedDependencyResult

All Superinterfaces:
DependencyResult

public interface ResolvedDependencyResult extends DependencyResult
A dependency that was resolved successfully.
  • Method Details

    • 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.
    • getResolvedVariant

      ResolvedVariantResult getResolvedVariant()
      Returns the resolved variant for this dependency.
      Since:
      5.6