Package org.gradle.api.artifacts
Interface UnresolvedDependency
public interface UnresolvedDependency
Unsuccessfully resolved dependency.
- 
Method SummaryModifier and TypeMethodDescriptionthe exception that is the cause of unresolved stateThe module selector of the dependency.
- 
Method Details- 
getSelectorModuleVersionSelector getSelector()The module selector of the dependency.- Since:
- 1.1-rc-1
 
- 
getProblemThrowable getProblem()the exception that is the cause of unresolved state
 
-