Package org.gradle.platform.base
Interface ModuleDependencySpec
- All Superinterfaces:
DependencySpec
A dependency onto a module.
-
Method Summary
Methods inherited from interface org.gradle.platform.base.DependencySpec
getDisplayName
-
Method Details
-
getGroup
String getGroup()The group of the module this dependency specification refers to.- Returns:
- the module group name
-
getName
String getName()The name of the module this dependency specification refers to.- Returns:
- the module name
-
getVersion
The version range of the module this dependency specification refers to.- Returns:
- the module version range
-