Groovy Documentation

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


public interface UnresolvedDependency

Unsuccessfully resolved dependency.


Method Summary
Configuration getGradleConfiguration()

Returns the configuration

java.lang.String getId()

Returns the identifier of the dependency, for example GAV

java.lang.Exception getProblem()

the exception that is the cause of unresolved state

 

Method Detail

getGradleConfiguration

public Configuration getGradleConfiguration()
Returns the configuration


getId

public java.lang.String getId()
Returns the identifier of the dependency, for example GAV


getProblem

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


 

Groovy Documentation