Groovy Documentation

org.gradle.api.artifacts
[Java] Interface UnresolvedDependency


public interface UnresolvedDependency

Unsuccessfully resolved dependency.


Method Summary
java.lang.String getId()

Returns the identifier of the dependency, for example group:name:version

java.lang.Throwable getProblem()

the exception that is the cause of unresolved state

 

Method Detail

getId

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


getProblem

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


 

Groovy Documentation