org.gradle.api.artifacts
Interface UnresolvedDependency


public interface UnresolvedDependency

Unsuccessfully resolved dependency.


Method Summary
 Configuration getGradleConfiguration()
          Returns the configuration
 String getId()
          Returns the identifier of the dependency, for example GAV
 Exception getProblem()
          the exception that is the cause of unresolved state
 

Method Detail

getId

String getId()
Returns the identifier of the dependency, for example GAV


getGradleConfiguration

Configuration getGradleConfiguration()
Returns the configuration


getProblem

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