DependencySpec@Incubating public interface ModuleDependencySpec extends DependencySpec
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getGroup() | The group of the module this dependency specification refers to. | 
| String | getName() | The name of the module this dependency specification refers to. | 
| String | getVersion() | The version range of the module this dependency specification refers to. | 
getDisplayNameString getGroup()
String getName()
@Nullable String getVersion()