ModuleDependency, ModuleLibrary, SingleEntryModuleLibrarypublic interface Dependency
| Modifier and Type | Method | Description | 
|---|---|---|
| void | addToNode(groovy.util.Node parentNode) | |
| java.lang.String | getScope() | The scope of this library. | 
| void | setScope(java.lang.String scope) | The scope of this library. | 
@Incubating java.lang.String getScope()
@Incubating void setScope(java.lang.String scope)
void addToNode(groovy.util.Node parentNode)