|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface UnresolvedDependency
Unsuccessfully resolved dependency.
Method Summary | |
---|---|
String
|
getId()
Deprecated. |
Throwable
|
getProblem()
the exception that is the cause of unresolved state |
ModuleVersionSelector
|
getSelector()
The module selector of the dependency. |
Method Detail |
---|
@Deprecated public String getId()
Returns the identifier of the dependency, for example group:name:version
public Throwable getProblem()
public ModuleVersionSelector getSelector()
Gradle API 1.12