org.gradle.api.artifacts
Interface UnresolvedDependency


public interface UnresolvedDependency

Unsuccessfully resolved dependency.


Method Summary
 String getId()
          Returns the identifier of the dependency, for example group:name:version
 Throwable getProblem()
          the exception that is the cause of unresolved state
 

Method Detail

getId

String getId()
Returns the identifier of the dependency, for example group:name:version


getProblem

Throwable getProblem()
the exception that is the cause of unresolved state