Package org.gradle.platform.base
Interface ModuleDependencySpec
- All Superinterfaces:
- DependencySpec
A dependency onto a module.
- 
Method SummaryMethods inherited from interface org.gradle.platform.base.DependencySpecgetDisplayName
- 
Method Details- 
getGroupString getGroup()The group of the module this dependency specification refers to.- Returns:
- the module group name
 
- 
getNameString getName()The name of the module this dependency specification refers to.- Returns:
- the module name
 
- 
getVersionThe version range of the module this dependency specification refers to.- Returns:
- the module version range
 
 
-