Groovy Documentation

org.gradle.api.artifacts
[Java] 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

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


getProblem

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


 

Gradle API 1.0