Package org.gradle.platform.base
Interface ModuleDependencySpec
-
- All Superinterfaces:
DependencySpec
@Incubating public interface ModuleDependencySpec extends DependencySpec
A dependency onto a module.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroup()The group of the module this dependency specification refers to.StringgetName()The name of the module this dependency specification refers to.StringgetVersion()The version range of the module this dependency specification refers to.-
Methods inherited from interface org.gradle.platform.base.DependencySpec
getDisplayName
-
-