Interface ModuleDependencySpec
- All Superinterfaces:
DependencySpec
Deprecated.
A dependency onto a module.
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()Deprecated.The group of the module this dependency specification refers to.getName()Deprecated.The name of the module this dependency specification refers to.@Nullable StringDeprecated.The version range of the module this dependency specification refers to.Methods inherited from interface DependencySpec
getDisplayName
-
Method Details
-
getGroup
String getGroup()Deprecated.The group of the module this dependency specification refers to.- Returns:
- the module group name
-
getName
String getName()Deprecated.The name of the module this dependency specification refers to.- Returns:
- the module name
-
getVersion
@Nullable String getVersion()Deprecated.The version range of the module this dependency specification refers to.- Returns:
- the module version range
-
cpp-application,cpp-library,swift-application,swift-library,xctest) instead.